Drift
CONTRIBUTING.md § Developer Certificate of Origin (DCO) → Enforcement states:
The DCO GitHub App runs as a required status check on every PR. It verifies that every commit in the PR carries a valid Signed-off-by: trailer and blocks merge if any are missing. The app comments on the PR with a fixup suggestion when it finds an unsigned commit.
None of that is currently true:
Options
- Make the docs true: install https://github.com/apps/dco on the repo and add its check to the develop ruleset's required status checks. (Needs org/repo admin.)
- Make the docs honest: reword § Enforcement to say sign-off is a documented convention enforced by review, not a status check.
Either resolves the drift; the wrong state is the current one, where contributors and bot reviewers both reason from documentation that doesn't match the repo.
🤖 Generated with Claude Code
Drift
CONTRIBUTING.md§ Developer Certificate of Origin (DCO) → Enforcement states:None of that is currently true:
Bot PR TDD Gate(gh api repos/wheels-dev/wheels/rules/branches/develop→required_status_checkslists exactly one context).Options
Either resolves the drift; the wrong state is the current one, where contributors and bot reviewers both reason from documentation that doesn't match the repo.
🤖 Generated with Claude Code