From 82740302bc04ea5360df3410acb3e5c998b40edf Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 29 Jan 2026 13:57:33 +0100 Subject: [PATCH] Update lock-issue workflow to use new exclusion key Replaces 'issue-created-after' with 'exclude-issue-created-before' in the lock-issue GitHub Actions workflow for improved clarity and compatibility. --- .github/workflows/lock-issue.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lock-issue.yaml b/.github/workflows/lock-issue.yaml index e3cac36d9..e656fd261 100644 --- a/.github/workflows/lock-issue.yaml +++ b/.github/workflows/lock-issue.yaml @@ -17,7 +17,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} issue-inactive-days: 1 issue-lock-reason: "resolved" - issue-created-after: "2026-01-27" + exclude-issue-created-before: "2026-01-27" issue-comment: | This issue has been automatically locked since it has been closed for more than 1 day. If you have a related issue, please open a new one and reference this issue if needed.