mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[ci,issue-close] extend period, add wip label
This commit is contained in:
8
.github/workflows/issue-autoclose.yml
vendored
8
.github/workflows/issue-autoclose.yml
vendored
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user