mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
Update label workflows
[skip ci]
This commit is contained in:
parent
40b1aa0737
commit
35b69b8cfc
2 changed files with 6 additions and 2 deletions
6
.github/label-actions.yml
vendored
6
.github/label-actions.yml
vendored
|
@ -1,6 +1,10 @@
|
|||
# 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: >
|
||||
This issue has been fixed and will be available in the next release of Tautulli.
|
||||
|
||||
|
|
2
.github/workflows/issues-stale.yml
vendored
2
.github/workflows/issues-stale.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
close-issue-message: >
|
||||
This issue was closed because it has been stalled for 5 days with no activity.
|
||||
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: >
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue