<!-- added by https://github.com/apps/hearts --><a href='https://hearts.dev/projects/3/users/rhys-childs'><img width='50' alt='' align='right' src='https://hearts.dev/projects/3/users/rhys-childs/tally.svg'></a> failComment is marked as deprecated, but failCommentCondition isn't actually checked in the success step like failComment was. failCommentCondition was added to the config [here](https://github.com/semantic-release/github/blob/77eaa72cab64df8d8dbe91149acf32cd6b4b87dd/lib/success.js#L36) The deprecation warning was added to the fail step for failComment [here](https://github.com/semantic-release/github/blob/77eaa72cab64df8d8dbe91149acf32cd6b4b87dd/lib/fail.js#L33-L37) But the same check is not performed [here](https://github.com/semantic-release/github/blob/77eaa72cab64df8d8dbe91149acf32cd6b4b87dd/lib/success.js#L266C1-L267C3) The result is that you have to use the deprecated failComment config value to disable issue checking on the success step.