Update stale.yml

This commit is contained in:
Elliot Matson 2023-08-25 18:24:09 -05:00 committed by GitHub
parent 4371acf74f
commit 49056523dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
name: 'Close stale issues and PRs' name: 'Close stale issues and PRs'
on: on:
schedule: schedule:
- cron: '30 * * * *' - cron: '0 */1 * * *'
workflow_dispatch:
jobs: jobs:
stale: stale: