From 648c3f7f779ce69e1d42d69115ee8c15332f4920 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Mon, 10 Aug 2020 14:53:51 +0200 Subject: [PATCH] ci: allow everyone to run the "commitlint" job Signed-off-by: Niels de Vos --- jobs/commitlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/commitlint.yaml b/jobs/commitlint.yaml index 1bee49172..54e298476 100644 --- a/jobs/commitlint.yaml +++ b/jobs/commitlint.yaml @@ -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 * * * *'