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 * * * *'