Changed script to check any of a list of lables, rather than exempt a list.
This commit is contained in:
22
.github/workflows/stale.yml
vendored
22
.github/workflows/stale.yml
vendored
@@ -19,14 +19,12 @@ jobs:
|
|||||||
# Exempt all issues with milestones from being marked as stale.
|
# Exempt all issues with milestones from being marked as stale.
|
||||||
exempt-all-issue-milestones: true
|
exempt-all-issue-milestones: true
|
||||||
|
|
||||||
exempt-issue-labels: "x:action/create,x:action/fix,x:action/improve,x:action/proofread,x:action/sync,
|
# Only check issues and PRs with these labels
|
||||||
x:knowledge/none,x:knowledge/elementary,x:knowledge/intermediate,x:knowledge/advanced,x:module/analyzer,
|
any-of-labels: "x:status/claimed,claimed 🐾,dependencies,do not merge 🚧,duplicate,experimental 🔬,
|
||||||
x:module/concept,x:module/concept-exercise,x:module/generator,x:module/practice-exercise,x:module/representer,
|
first-timers only 🐣,github_actions,good first issue,good first patch,hacktoberfest 🍁,
|
||||||
x:module/test-runner,x:size/massive,x:status/claimed,x:type/ci,x:type/coding,x:type/content,x:type/docker,
|
hacktoberfest-accepted ☑,in-progress 🌿,invalid,python,security 🚨,spam, wip/content-checking ☑,
|
||||||
x:type/docs,v3-migration 🤖,bug 🐛,claimed 🐾,discussion 💬,enhancement 🦄 ⭐,first-timers only 🐣
|
wip/proof-reading 👀,wip/story-writing ✍,wip/style-guideline-checking 📐 🚫,status/draft,
|
||||||
, good first issue,good first patch,help wanted,improve documentation 💖,improve exercise 💖,
|
status/wontfix 🙅🏽,❔question❔"
|
||||||
improve reference docs 💖,improve test case 💖,maintainer action required❕,maintainer chore 🔧,
|
|
||||||
new documentation ✨,new exercise ✨,new reference doc ✨,new test case ✨,on hold ✋🏽,pinned 📌"
|
|
||||||
stale-issue-label: abandoned 🏚
|
stale-issue-label: abandoned 🏚
|
||||||
stale-issue-message: >
|
stale-issue-message: >
|
||||||
This issue has been automatically marked as `abandoned 🏚`
|
This issue has been automatically marked as `abandoned 🏚`
|
||||||
@@ -36,14 +34,6 @@ jobs:
|
|||||||
close-issue-message: >
|
close-issue-message: >
|
||||||
Closing stale issue. If this issue is still relevant,
|
Closing stale issue. If this issue is still relevant,
|
||||||
please reopen it.
|
please reopen it.
|
||||||
exempt-pr-labels: "x:action/create,x:action/fix,x:action/improve,x:action/proofread,x:action/sync,
|
|
||||||
x:knowledge/none,x:knowledge/elementary,x:knowledge/intermediate,x:knowledge/advanced,x:module/analyzer,
|
|
||||||
x:module/concept,x:module/concept-exercise,x:module/generator,x:module/practice-exercise,x:module/representer,
|
|
||||||
x:module/test-runner,x:size/massive,x:status/claimed,x:type/ci,x:type/coding,x:type/content,x:type/docker,
|
|
||||||
x:type/docs,v3-migration 🤖,bug 🐛,claimed 🐾,discussion 💬,enhancement 🦄 ⭐,first-timers only 🐣
|
|
||||||
, good first issue,good first patch,help wanted,improve documentation 💖,improve exercise 💖,
|
|
||||||
improve reference docs 💖,improve test case 💖,maintainer action required❕,maintainer chore 🔧,
|
|
||||||
new documentation ✨,new exercise ✨,new reference doc ✨,new test case ✨,on hold ✋🏽,pinned 📌"
|
|
||||||
stale-pr-label: 'abandoned 🏚'
|
stale-pr-label: 'abandoned 🏚'
|
||||||
stale-pr-message: >
|
stale-pr-message: >
|
||||||
This pull request has been automatically marked as `abandoned 🏚`
|
This pull request has been automatically marked as `abandoned 🏚`
|
||||||
|
|||||||
Reference in New Issue
Block a user