Chore(stale): add exempt-pr-labels (#438)

This commit is contained in:
Jason Lyu
2024-12-21 04:12:05 +08:00
committed by GitHub
parent 43f0ba892f
commit ec85410144
+1
View File
@@ -17,5 +17,6 @@ jobs:
with: with:
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days' stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days'
exempt-issue-labels: 'question,bug,enhancement,help wanted' exempt-issue-labels: 'question,bug,enhancement,help wanted'
exempt-pr-labels: 'pending,WIP,help wanted'
days-before-stale: 60 days-before-stale: 60
days-before-close: 7 days-before-close: 7