summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorÉmilien Devos (perso) <contact@emiliendevos.be>2023-02-19 20:20:47 +0100
committerGitHub <noreply@github.com>2023-02-19 19:20:47 +0000
commitb287ddc52acf43c3d3a5fc11e42a8b1b8d66e800 (patch)
tree4b3af0f214d8f97cf2da6856a6ad7919a2c69b26 /.github
parentcbbec00e1cbe1a62e6d34b4afc9ebe6bd82f7b56 (diff)
downloadinvidious-b287ddc52acf43c3d3a5fc11e42a8b1b8d66e800.tar.gz
invidious-b287ddc52acf43c3d3a5fc11e42a8b1b8d66e800.tar.bz2
invidious-b287ddc52acf43c3d3a5fc11e42a8b1b8d66e800.zip
Allow to set a label for exempting from staling (#3651)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stale.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 11168aea..a945da58 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -23,4 +23,4 @@ jobs:
stale-pr-label: "stale"
ascending: true
# Never mark feature requests/enhancements as stale
- exempt-issue-labels: "feature-request,enhancement"
+ exempt-issue-labels: "feature-request,enhancement,exempt-stale"