Update label workflows

[skip ci]
This commit is contained in:
JonnyWong16 2021-05-14 16:00:02 -07:00
commit 35b69b8cfc
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,10 @@
# Configuration for Label Actions - https://github.com/dessant/label-actions # Configuration for Label Actions - https://github.com/dessant/label-actions
fixed:next-release: added:
comment: >
This feature has been added and will be available in the next release of Tautulli.
fixed:
comment: > comment: >
This issue has been fixed and will be available in the next release of Tautulli. This issue has been fixed and will be available in the next release of Tautulli.

View file

@ -18,7 +18,7 @@ jobs:
close-issue-message: > close-issue-message: >
This issue was closed because it has been stalled for 5 days with no activity. This issue was closed because it has been stalled for 5 days with no activity.
stale-issue-label: 'stale' stale-issue-label: 'stale'
exempt-issue-labels: 'fixed:next-release,type:enhancement,status:awaiting-triage,status:in-progress' exempt-issue-labels: 'added,fixed,type:enhancement,status:awaiting-triage,status:in-progress'
stale-pr-message: > stale-pr-message: >
This PR is stale because it has been open for 30 days with no activity. This PR is stale because it has been open for 30 days with no activity.
Remove the stale label or comment, otherwise this will be closed in 5 days. Remove the stale label or comment, otherwise this will be closed in 5 days.