Update stale_issues_low.yml

This commit is contained in:
Andrey Meshkov
2022-02-11 15:08:18 +03:00
committed by GitHub
parent 29e954f6b0
commit 751c7f11de

View File

@@ -1,8 +1,8 @@
name: 'Close stale issues with low 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: 3
operations-per-run: 500
remove-issue-stale-when-updated: true
ascending: true