Updating Stale action (#1602)

This commit is contained in:
Daniel W. Anner 2023-09-05 14:21:19 -04:00 committed by GitHub
parent 29053bdcc1
commit 4025470c45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,17 @@
---
# close-stale-issues (https://github.com/marketplace/actions/close-stale-issues)
# https://github.com/actions/stale
name: Close stale PRs
on: # yamllint disable-line rule:truthy
on:
schedule:
- cron: 0 4 * * *
- cron: '0 4 * * *'
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v5
- uses: actions/stale@v8
with:
close-pr-message: >
This PR has been automatically closed due to lack of activity. Please reopen if you would like to to re-review it.