fix dismiss all Dependabot review requests - #337
Conversation
🤖 Codex PR Review✅ Merge allowed: No issues found Review by Codex PR Review bot • PR |
Co-Authored-By: Codex <noreply@openai.com>
24faa46 to
218037c
Compare
There was a problem hiding this comment.
💡 Codex Review
When a maintainer manually re-requests Pigbibi on a Dependabot PR, the review_requested workflow run has that maintainer as github.actor, so this condition skips the only cleanup job and the request remains. This contradicts the stated policy that later manual re-requests should also be dismissed; the actor restriction must be removed (and the script's later preservation check adjusted accordingly).
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Policy
Automatically generated Pigbibi review requests are dismissed only when the request event itself was created by Dependabot. Requests made by maintainers are preserved. Major dependency updates remain open because the existing auto-merge workflow excludes semver-major updates.
What changed
Validation