ci: sync bot approval with assignee approval#328
Merged
Conversation
Mirror a non-author assignee's approval as a second (bot) approval, and dismiss it if the assignee approval is no longer active. Ported from the acp repo, minus the Slack failure notification. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ksroda-sa
marked this pull request as ready for review
July 22, 2026 11:52
ksroda-sa
requested review from
artursmolarek,
Copilot,
dfranco-sa,
jgutikonda-sa,
jkotiuk,
justintvnguyen,
lgonczarik and
towczarek-sa
July 22, 2026 11:52
There was a problem hiding this comment.
Pull request overview
Adds a new GitHub Actions workflow that keeps a github-actions[bot] review in sync with the PR assignee’s latest review state, so assignee approval can count as a second approval (and be dismissed when the assignee approval is no longer active). This fits into the repo’s existing PR automation alongside the existing Dependabot auto-merge workflow.
Changes:
- Introduces
assignee-approval-sync.ymlto approve PRs viagithub-actions[bot]when a non-author assignee has an active approval. - Dismisses the bot’s approval when the assignee’s latest review is no longer
APPROVED. - Skips Dependabot PRs and PRs from forks.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ikawalec
approved these changes
Jul 22, 2026
bwereszczak
approved these changes
Jul 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a workflow that mirrors an assignee's PR approval as a second approval from
github-actions[bot]:Dependabot PRs are excluded — they're already handled by
dependabot-auto-merge.yml.Notes
main(pull_request/pull_request_reviewrun from the base branch).github-actions[bot]reviews (same setup as acp).🤖 Generated with Claude Code