add pr quality check#2159
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f5b03d7cc1
ℹ️ 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".
|
|
||
| on: | ||
| pull_request_target: | ||
| types: [opened, reopened] |
There was a problem hiding this comment.
Re-run the quality gate after PR updates
With pull_request_target restricted to only opened and reopened, this workflow does not run when a contributor pushes more commits to the PR (synchronize). Since anti-slop evaluates changed files, changed lines, and commit messages, a PR can pass this check at open time and then add the low-quality or blocked content later without this workflow ever analyzing the updated head.
Useful? React with 👍 / 👎.
No description provided.