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
## Summary
- make auto-merge and the fail-fast check watcher the default PR loop
- document Codex as the default review signal for agent-authored PRs
- remove the repo CodeQL workflow so Codex is the code-quality lane
## Checks
- nix run .#lint
Co-authored-by: Codex <codex@openai.com>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,4 +84,4 @@ One logical change per commit; see the [Workflow](AGENTS.md#workflow) section fo
84
84
85
85
## Pull requests
86
86
87
-
PRs target `main` and need one approving review plus passing status checks (`flake-check` and the `Analyze (*)` CodeQL jobs). The PR description should answer the same "why" question the commit body answers, plus anything reviewer-only (rollout plan, known follow-ups).
87
+
PRs target `main` and need passing required status checks, currently `flake-check` and `chatgpt-codex-connector reviewed head`. The PR description should answer the same "why" question the commit body answers, plus anything reviewer-only (rollout plan, known follow-ups).
0 commit comments