mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Never mark feature requests/enhancements as stale
This commit is contained in:
parent
cf12e9dec1
commit
7069969198
1 changed files with 2 additions and 0 deletions
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
|
@ -22,3 +22,5 @@ jobs:
|
||||||
stale-issue-label: "stale"
|
stale-issue-label: "stale"
|
||||||
stale-pr-label: "stale"
|
stale-pr-label: "stale"
|
||||||
ascending: true
|
ascending: true
|
||||||
|
# Never mark feature requests/enhancements as stale
|
||||||
|
exempt-issue-labels: "feature-request,enhancement"
|
||||||
|
|
Loading…
Reference in a new issue