Files
project-config/gerrit/acls/airship/gerrit-to-github-bot.config
Jeremy Stanley b7084237ec Replace Airship's CLA enforcement with the DCO
The Airship project is switching from the OpenInfra Individual
Contributor License Agreement to the Developer Certificate of
Origin, which requires that commit messages include a Signed-Off-By
trailer. Any commits generated by automated tooling will need to
comply with this requirement as well. Simply including git commit's
-s option on the command line should be sufficient to meet this
requirement.

Change-Id: I6d62c35d580fb9d7f68c36a3cde51043eb568490
2025-06-30 23:11:57 +00:00

17 lines
416 B
Plaintext

[access "refs/heads/*"]
abandon = group gerrit-to-github-bot-core
create = group airship-release
label-Code-Review = -2..+2 group gerrit-to-github-bot-core
label-Verified = -1..+1 group airship-ci
label-Workflow = -1..+1 group gerrit-to-github-bot-core
[access "refs/tags/*"]
createSignedTag = group airship-release
[receive]
requireChangeId = true
requireSignedOffBy = true
[submit]
mergeContent = true