1
0
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:
Markus F.X.J. Oberhumer
2022-10-04 13:28:51 +02:00
parent 0f42579e68
commit fd4882abcf

View File

@ -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.'