Skip to content

Commit 47bfc7d

Browse files
Kyle-Nealeclaude
andcommitted
Tell Codex review bot not to flag missing changelog entries
The Codex code-review bot derives its rules from AGENTS.md and was raising a finding asking for a changelog entry on essentially every non-draft PR. Changelog files are named `<INTEGRATION>/changelog.d/<PR_NUMBER>.<TYPE>`, so they can only be created after the PR number is assigned -- their absence at review time is expected, not a defect, and the requirement is already enforced by the check_changelog job in pr-quick-check.yml. Add a Review Guidelines section instructing the reviewer to skip this finding, without relaxing the changelog requirement for authored code. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 665acb1 commit 47bfc7d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,12 @@ echo "Bump OpenSSL in confluent-kafka to 3.4.1 on Windows." > kafka_consumer/cha
165165
echo "Fix a bug where ``tempdb`` is wrongly excluded from database files metrics." > sqlserver/changelog.d/23701.fixed
166166
```
167167

168+
## Review Guidelines
169+
170+
These guidelines apply to automated code review (the Codex review bot). They do not relax any requirement above for code you author.
171+
172+
- Do not raise findings for a missing changelog entry. Changelog files are named `<INTEGRATION>/changelog.d/<PR_NUMBER>.<TYPE>`, so they can only be created after the PR number is assigned; their absence when a PR is first opened is expected rather than a defect. The requirement is already enforced by the `check_changelog` job in `.github/workflows/pr-quick-check.yml`.
173+
168174
## Pull Requests
169175

170176
- Open PRs in draft mode unless explicitly asked otherwise; mark them ready for review once the work is complete and CI passes.

0 commit comments

Comments
 (0)