sourcery-ai / sourcery

Instant AI code reviews
https://sourcery.ai
MIT License
1.54k stars 68 forks source link

Sourcery incorrectly skips re-reviewing PR #428

Closed ruancomelli closed 3 months ago

ruancomelli commented 3 months ago

Commenting @sourcery-ai review on a PR results in the bot commenting "We have skipped reviewing this pull request. It looks like we've already reviewed this pull request." even if new commits were introduced.

See https://github.com/yaitoo/sqle/pull/47#pullrequestreview-2111727897 for an example.

Originally posted by @cnlangzi in https://github.com/sourcery-ai/sourcery/issues/427#issuecomment-2161897434

ruancomelli commented 3 months ago

Hey @cnlangzi!

I've just merged and deployed a fix for this issue. Sourcery will now perform re-reviews if you comment @sourcery-ai review after updating your PR, as expected.

Thanks for reporting this issue!