Update stale_issues_low.yml

This commit is contained in:
Andrey Meshkov
2022-02-11 13:16:34 +03:00
committed by GitHub
parent 2947766ce4
commit c4ec18735a

View File

@@ -2,7 +2,7 @@ name: 'Close stale issues with low priority'
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