[ci,issue-close] extend period, add wip label

This commit is contained in:
akallabeth
2024-08-19 13:01:15 +02:00
parent 82835026d3
commit 03794e4679

View File

@@ -1,5 +1,7 @@
name: Close inactive issues
on:
workflow_dispatch:
schedule:
- cron: "33 3 * * *"
@@ -13,9 +15,9 @@ jobs:
- uses: actions/stale@v5
with:
days-before-stale: 30
days-before-close: 14
exempt-issue-labels: "pinned,help-wanted,blocker,feature"
exempt-pr-labels: "pinned,help-wanted,blocker,feature"
days-before-close: 30
exempt-issue-labels: "wip,pinned,help-wanted,blocker,feature"
exempt-pr-labels: "wip,pinned,help-wanted,blocker,feature"
stale-issue-label: "stale"
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."