Update stale_issues_gh.yml

This commit is contained in:
Andrey Meshkov
2022-02-11 15:07:35 +03:00
committed by GitHub
parent 1a2b021f79
commit efbbe8ce19

View File

@@ -1,8 +1,8 @@
name: 'Close stale issues created via github'
on:
schedule:
# Runs at 04:00 every day
- cron: '0 */4 * * *'
# Runs every hour
- cron: '0 * * * *'
workflow_dispatch:
jobs:
@@ -23,5 +23,6 @@ jobs:
exempt-all-issue-assignees: true
days-before-issue-stale: 4
days-before-issue-close: 3
operations-per-run: 500
operations-per-run: 50
remove-issue-stale-when-updated: true
ascending: true