mirror of
https://github.com/upx/upx.git
synced 2025-08-07 22:46:51 +08:00
CI: run close-stale-issues.yml once per week
This commit is contained in:
6
.github/workflows/close-stale-issues.yml
vendored
6
.github/workflows/close-stale-issues.yml
vendored
@ -13,8 +13,8 @@
|
|||||||
name: 'Close inactive issues'
|
name: 'Close inactive issues'
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "30 6 * * *"
|
- cron: "30 6 * * 4"
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
close-issues:
|
close-issues:
|
||||||
name: 'Close inactive issues'
|
name: 'Close inactive issues'
|
||||||
@ -25,7 +25,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v6
|
- uses: actions/stale@v6
|
||||||
with:
|
with:
|
||||||
operations-per-run: 300
|
# operations-per-run: 300
|
||||||
days-before-stale: 60
|
days-before-stale: 60
|
||||||
days-before-close: 30
|
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.'
|
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.'
|
||||||
|
Reference in New Issue
Block a user