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 236487eada
commit 55faefeedc
2 changed files with 7 additions and 4 deletions

View File

@@ -19,4 +19,6 @@ jobs:
with:
issue-inactive-days: 90
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'