ci: make members of the GitHub "ceph" organization admins

Not everyone can restart CI jobs, only members of the Ceph organization
in GitHub. All jibs (except "commitlint") are started automatically, so
there is no functional change.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-08-10 13:44:02 +02:00 committed by mergify[bot]
parent f7c6b2bb72
commit fdb17ace76
5 changed files with 8 additions and 10 deletions

View File

@ -29,7 +29,6 @@
cron: 'H/5 * * * *'
white-list-target-branches:
- ci/centos
admin-list:
- nixpanic
org-list:
- ceph
allow-whitelist-orgs-as-admins: true

View File

@ -27,7 +27,11 @@
status-context: commitlint
trigger-phrase: '/(re)?test ((all)|(commitlint))'
# only run on PRs where the trigger-phrase is posted
only-trigger-phrase: true
permit-all: false
# TODO: set github-hooks to true when it is configured in GitHub
github-hooks: false
cron: 'H/5 * * * *'
org-list:
- ceph
allow-whitelist-orgs-as-admins: true

View File

@ -29,7 +29,6 @@
cron: 'H/5 * * * *'
black-list-target-branches:
- ci/centos
admin-list:
- nixpanic
org-list:
- ceph
allow-whitelist-orgs-as-admins: true

View File

@ -43,7 +43,6 @@
cron: 'H/5 * * * *'
white-list-target-branches:
- ci/centos
admin-list:
- nixpanic
org-list:
- ceph
allow-whitelist-orgs-as-admins: true

View File

@ -47,8 +47,6 @@
cron: 'H/5 * * * *'
black-list-target-branches:
- ci/centos
admin-list:
- nixpanic
org-list:
- ceph
@ -91,7 +89,6 @@
cron: 'H/5 * * * *'
black-list-target-branches:
- ci/centos
admin-list:
- nixpanic
org-list:
- ceph
allow-whitelist-orgs-as-admins: true