mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
CI: run close-stale-issues.yml once per week
This commit is contained in:
parent
0f42579e68
commit
fd4882abcf
6
.github/workflows/close-stale-issues.yml
vendored
6
.github/workflows/close-stale-issues.yml
vendored
|
@ -13,8 +13,8 @@
|
|||
name: 'Close inactive issues'
|
||||
on:
|
||||
schedule:
|
||||
- cron: "30 6 * * *"
|
||||
|
||||
- cron: "30 6 * * 4"
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
close-issues:
|
||||
name: 'Close inactive issues'
|
||||
|
@ -25,7 +25,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/stale@v6
|
||||
with:
|
||||
operations-per-run: 300
|
||||
# operations-per-run: 300
|
||||
days-before-stale: 60
|
||||
days-before-close: 30
|
||||
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Please remove the stale label or add a comment or this issue will be closed in 30 days.'
|
||||
|
|
Loading…
Reference in New Issue
Block a user