ci: allow everyone to run the "commitlint" job

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-08-10 14:53:51 +02:00 committed by mergify[bot]
parent fdb17ace76
commit 648c3f7f77

View File

@ -28,7 +28,7 @@
trigger-phrase: '/(re)?test ((all)|(commitlint))'
# only run on PRs where the trigger-phrase is posted
only-trigger-phrase: true
permit-all: false
permit-all: true
# TODO: set github-hooks to true when it is configured in GitHub
github-hooks: false
cron: 'H/5 * * * *'