From ba19943c64eccacfbf0a00c72d97a75af783e69d Mon Sep 17 00:00:00 2001 From: Matt Scott Date: Sun, 19 Mar 2023 15:09:52 -0400 Subject: [PATCH] Updated stale thread workflow with updated message verbiage. Updated lock thread workflow to properly exclude threads with specific labels. --- .github/workflows/lock.yml | 4 +++- .github/workflows/stale.yml | 7 ++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 2005b45..cf6f0b3 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -19,4 +19,6 @@ jobs: with: issue-inactive-days: 90 pr-inactive-days: 30 - issue-lock-reason: 'resolved' \ No newline at end of file + issue-lock-reason: 'resolved' + exclude-any-issue-labels: 'bug / security-vulnerability, mod / announcement, mod / accepted, mod / reviewing, mod / testing' + exclude-any-pr-labels: 'bug / security-vulnerability, mod / announcement, mod / accepted, mod / reviewing, mod / testing' \ No newline at end of file diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b14dc66..9b565ec 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -36,10 +36,11 @@ jobs: is governed by a small group of core maintainers which means not all opened issues may receive direct feedback. **Do not** attempt to circumvent this process by "bumping" the issue; doing so will result in its immediate closure - and you may be barred from participating in any future discussions. Please see - our [Contribution Guide](https://github.com/PowerDNS-Admin/PowerDNS-Admin/blob/master/docs/CONTRIBUTING.md). + and you may be barred from participating in any future discussions. Please see our + [Contribution Guide](https://github.com/PowerDNS-Admin/PowerDNS-Admin/blob/master/docs/CONTRIBUTING.md). stale-pr-label: 'mod / stale' stale-pr-message: > This PR has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further action is - taken. \ No newline at end of file + taken. Please see our + [Contribution Guide](https://github.com/PowerDNS-Admin/PowerDNS-Admin/blob/master/docs/CONTRIBUTING.md). \ No newline at end of file