diff --git a/.github/label-actions.yml b/.github/label-actions.yml index d6085570..ce9144c7 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -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. diff --git a/.github/workflows/issues-stale.yml b/.github/workflows/issues-stale.yml index c9481a09..126af260 100644 --- a/.github/workflows/issues-stale.yml +++ b/.github/workflows/issues-stale.yml @@ -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.