From e53c2847539794d33d58c8e613475525193279e8 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Tue, 2 Nov 2021 09:43:47 -0700 Subject: [PATCH] Update lockthreads.yml exclude RFCs, enhancement requests, have it run weekly. --- .github/workflows/lockthreads.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lockthreads.yml b/.github/workflows/lockthreads.yml index 0c5d54de0..11839fbe1 100644 --- a/.github/workflows/lockthreads.yml +++ b/.github/workflows/lockthreads.yml @@ -2,8 +2,11 @@ name: 'Lock threads' on: schedule: - - cron: '0 18 * * *' - + - cron: '0 18 * * 1' +# │ │ │ │ │ +# min 0-59 ┘ │ │ │ └ weekday 0-6 +# hour 0-23 ┘ │ └ month 1-12 +# └ day 1-31 jobs: lock: runs-on: ubuntu-latest @@ -13,4 +16,4 @@ jobs: github-token: ${{ github.token }} issue-lock-inactive-days: '365' pr-lock-inactive-days: '365' - issue-exclude-labels: 'question, needs more info' + issue-exclude-labels: 'question, needs more info, RFC, enhancement'