From c46764cd11324266eddd92da6b7a2f5853f62e07 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Thu, 18 Apr 2024 07:38:50 +0200 Subject: [PATCH] CI: Allow some tag to prevent locking old Issues [why] Suggested now fonts/glyphs/set are usually closed to keep the Issue list to real Issues and not suggestions. People should be able to further discuss that addition in the (closed) Issue and it will be evaluated on the next release. Anyhow, closing the Issue automatically locks it after half a year and no discussion is possible anymore. That was not intended. [how] Add new tag that keeps closed Issues unlocked and mark the addition Issues as such. Signed-off-by: Fini Jastrow --- .github/workflows/lock.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 169e7ad7a..d7b3e2b32 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -25,3 +25,4 @@ jobs: issue, complete the issue template with all the details necessary to reproduce, and mention this issue as reference. process-only: 'issues' + exclude-any-issue-labels: keep_unlocked