You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a PR is auto-approved by the bot, and then that review is dismissed, subsequent executions of the GitHub App won't notice the dismissal: the app only looks for the presence of a review submitted by the bot at some point.
We need to update the logic so that a) it only looks at the latest review, and b) it checks that review was an approval.
The text was updated successfully, but these errors were encountered:
If a PR is auto-approved by the bot, and then that review is dismissed, subsequent executions of the GitHub App won't notice the dismissal: the app only looks for the presence of a review submitted by the bot at some point.
We need to update the logic so that a) it only looks at the latest review, and b) it checks that review was an approval.
The text was updated successfully, but these errors were encountered: