From 65a0e5c40b633ab9c40e41520a0880a3a2510666 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Fri, 7 Aug 2020 15:20:51 +0200 Subject: [PATCH] ci: do not run commitlint for admin user/group commitlint should not run automatically on PRs, regardless who posted the PR. Everyone should be able to trigger a run of the job with `/test commitlint` anyway. Signed-off-by: Niels de Vos --- jobs/commitlint.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jobs/commitlint.yaml b/jobs/commitlint.yaml index 638011e00..2a65bb900 100644 --- a/jobs/commitlint.yaml +++ b/jobs/commitlint.yaml @@ -31,7 +31,3 @@ # TODO: set github-hooks to true when it is configured in GitHub github-hooks: false cron: 'H/5 * * * *' - admin-list: - - nixpanic - org-list: - - ceph