diff --git a/gerrit/acls/airship/gerrit-to-github-bot.config b/gerrit/acls/airship/gerrit-to-github-bot.config new file mode 100644 index 0000000000..d3b9cdbd38 --- /dev/null +++ b/gerrit/acls/airship/gerrit-to-github-bot.config @@ -0,0 +1,16 @@ +[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/*"] +pushSignedTag = group airship-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 3bf71746e7..4d48538994 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -45,6 +45,11 @@ use-storyboard: true groups: - airship +- project: airship/gerrit-to-github-bot + description: A bot to sync changesets and github issues + groups: + - airship + upstream: https://github.com/ianpittwood/Gerrit-to-Github-Issues - project: airship/go-redfish description: A go client library for the Redfish API - project: airship/governance diff --git a/zuul/main.yaml b/zuul/main.yaml index 061250b052..311eed4dff 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -111,6 +111,7 @@ - airship/docs - airship/drydock - airship/election + - airship/gerrit-to-github-bot - airship/go-redfish - airship/governance - airship/hostconfig-operator