mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-04-12 03:18:22 +02:00
Updating Stale action (#1602)
This commit is contained in:
parent
29053bdcc1
commit
4025470c45
12
.github/workflows/stale.yml
vendored
12
.github/workflows/stale.yml
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user