From 3abda478104dfec3676d7238baa554e7995623fb Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Tue, 12 Nov 2024 17:52:17 -0700 Subject: [PATCH] ci: update issues-stale workflow --- .github/workflows/issues-stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issues-stale.yml b/.github/workflows/issues-stale.yml index 140c14d..9d459b9 100644 --- a/.github/workflows/issues-stale.yml +++ b/.github/workflows/issues-stale.yml @@ -644,7 +644,7 @@ jobs: exclude-any-issue-labels: 'AC › Review Required,Status 𐄂 Accepted,Status 𐄂 Review,Status 𐄂 Pending,Type ◦ Bug,Type ◦ Dependency,Type ◦ Docs,Type ◦ Feature,Type ◦ Git Action,Type ◦ Roadmap,Type ◦ Internal' add-issue-labels: 'Status 𐄂 Locked' issue-inactive-days: '60' - issue-lock-reason: 'issue inactive for 60 days' + issue-lock-reason: 'resolved' issue-comment: > ⚠️ This **issue** has been automatically locked since there has not been any recent activity after it was closed. @@ -656,7 +656,7 @@ jobs: exclude-any-pr-labels: 'AC › Review Required,Status 𐄂 Accepted,Status 𐄂 Review,Status 𐄂 Pending,Type ◦ Bug,Type ◦ Dependency,Type ◦ Docs,Type ◦ Feature,Type ◦ Git Action,Type ◦ Roadmap,Type ◦ Internal' add-pr-labels: 'Status 𐄂 Locked' pr-inactive-days: '365' - pr-lock-reason: 'pr inactive for 365 days' + pr-lock-reason: 'resolved' pr-comment: > ⚠️ This **pull request** has been automatically locked since there has not been any recent activity after it was closed.