Updated stale thread workflow with updated message verbiage.

Updated lock thread workflow to properly exclude threads with specific labels.
This commit is contained in:
Matt Scott 2023-03-19 15:09:52 -04:00
parent 6b9638ca19
commit ba19943c64
2 changed files with 7 additions and 4 deletions

View File

@ -20,3 +20,5 @@ jobs:
issue-inactive-days: 90 issue-inactive-days: 90
pr-inactive-days: 30 pr-inactive-days: 30
issue-lock-reason: 'resolved' 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'

View File

@ -36,10 +36,11 @@ jobs:
is governed by a small group of core maintainers which means not all opened 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 issues may receive direct feedback. **Do not** attempt to circumvent this
process by "bumping" the issue; doing so will result in its immediate closure 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 and you may be barred from participating in any future discussions. Please see our
our [Contribution Guide](https://github.com/PowerDNS-Admin/PowerDNS-Admin/blob/master/docs/CONTRIBUTING.md). [Contribution Guide](https://github.com/PowerDNS-Admin/PowerDNS-Admin/blob/master/docs/CONTRIBUTING.md).
stale-pr-label: 'mod / stale' stale-pr-label: 'mod / stale'
stale-pr-message: > stale-pr-message: >
This PR has been automatically marked as stale because it has not had 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 recent activity. It will be closed automatically if no further action is
taken. taken. Please see our
[Contribution Guide](https://github.com/PowerDNS-Admin/PowerDNS-Admin/blob/master/docs/CONTRIBUTING.md).