From fcb74f236a4457fd634a751fac37382192dfc9d2 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 2 Nov 2021 18:15:30 +0100 Subject: [PATCH] Lock enhancements and RFCs again The point here is to let issues be *done*, and have any *new* discussions happen in *new* issues so you can decouple the context. This revert pending further discussion. --- .github/workflows/lockthreads.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lockthreads.yml b/.github/workflows/lockthreads.yml index 11839fbe1..e2988122f 100644 --- a/.github/workflows/lockthreads.yml +++ b/.github/workflows/lockthreads.yml @@ -16,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, RFC, enhancement' + issue-exclude-labels: 'question, needs more info'