Update stale_issues_gh.yml

This commit is contained in:
Andrey Meshkov
2022-02-11 13:15:45 +03:00
committed by GitHub
parent b8c5b28b82
commit 92563a95eb

View File

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