]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: ci: Enforce AI commit-trailer rules in danger checks
authorMichal Nowak <mnowak@isc.org>
Fri, 12 Jun 2026 10:02:45 +0000 (12:02 +0200)
committerMichal Nowak <mnowak@isc.org>
Fri, 12 Jun 2026 10:02:45 +0000 (12:02 +0200)
commit4957da2e294f65d100ebc15a87f50a2e49932fe9
tree4c7102b50dfb98b33f64bee172b3c6ba98f82140
parent242d931956bd57bc7b88da364fc01e974dbc2e48
parent2cac546d08fb82d1be7eed61c6ce33ba744d20e4
new: ci: Enforce AI commit-trailer rules in danger checks

`CONTRIBUTING.md` documents several rules around how AI coding assistants should (and should not) be attributed in commit messages.  Teach `dangerfile.py` to enforce them so that violations are caught at MR time.

Merge branch 'mnowak/danger-ai-trailer-checks' into 'main'

See merge request isc-projects/bind9!11969