restore stale-bot schedule
This commit is contained in:
@@ -6,9 +6,8 @@ env:
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# - cron: '1 3 * * 0' # runs every Sunday at 03h01 UTC
|
||||
- cron: '1 3 * * 0' # runs every Sunday at 03h01 UTC
|
||||
# - cron: '0 * * * *' # runs every hour, for debugging
|
||||
- cron: '30 21 * * *' # first live run, 2024-03-10
|
||||
jobs:
|
||||
stale:
|
||||
permissions:
|
||||
@@ -19,8 +18,8 @@ jobs:
|
||||
steps:
|
||||
- uses: 'actions/stale@v9'
|
||||
with:
|
||||
operations-per-run: 1000
|
||||
# debug-only: true
|
||||
operations-per-run: 1000
|
||||
enable-statistics: true
|
||||
stale-issue-label: stale
|
||||
stale-pr-label: stale
|
||||
@@ -30,13 +29,13 @@ jobs:
|
||||
days-before-close: ${{ env.CLOSE_AFTER_INACTIVE_DAYS }}
|
||||
remove-stale-when-updated: true
|
||||
stale-issue-message: >
|
||||
As per [RFC4](https://pygeoapi.io/development/rfc/4), this Issue has
|
||||
been inactive for ${{env.STALE_AFTER_INACTIVE_DAYS }} days. In order
|
||||
This Issue has been inactive for ${{env.STALE_AFTER_INACTIVE_DAYS }}
|
||||
days. As per [RFC4](https://pygeoapi.io/development/rfc/4), in order
|
||||
to manage maintenance burden, it will be automatically closed
|
||||
in ${{ env.CLOSE_AFTER_INACTIVE_DAYS }} days.
|
||||
stale-pr-message: >
|
||||
As per [RFC4](https://pygeoapi.io/development/rfc/4), this Pull Request
|
||||
has been inactive for ${{env.STALE_AFTER_INACTIVE_DAYS }} days. In order
|
||||
This Pull Request has been inactive for ${{env.STALE_AFTER_INACTIVE_DAYS }}
|
||||
days. As per [RFC4](https://pygeoapi.io/development/rfc/4), in order
|
||||
to manage maintenance burden, it will be automatically closed
|
||||
in ${{ env.CLOSE_AFTER_INACTIVE_DAYS }} days.
|
||||
close-issue-message: >
|
||||
|
||||
Reference in New Issue
Block a user