Update stale_issues_high.yml

This commit is contained in:
Andrey Meshkov
2022-02-11 15:07:58 +03:00
committed by GitHub
parent efbbe8ce19
commit 29e954f6b0

View File

@@ -1,8 +1,8 @@
name: 'Close stale issues with high priority'
on:
schedule:
# Runs at 04:00 every day
- cron: '0 4 * * *'
# Runs every hour
- cron: '0 * * * *'
workflow_dispatch:
jobs:
@@ -25,3 +25,4 @@ jobs:
days-before-issue-close: 4
operations-per-run: 500
remove-issue-stale-when-updated: true
ascending: true