66
77on :
88 schedule :
9- # - cron: '1 3 * * 0' # runs every Sunday at 03h01 UTC
9+ - cron : ' 1 3 * * 0' # runs every Sunday at 03h01 UTC
1010 # - cron: '0 * * * *' # runs every hour, for debugging
11- - cron : ' 30 21 * * *' # first live run, 2024-03-10
1211jobs :
1312 stale :
1413 permissions :
1918 steps :
2019 - uses : ' actions/stale@v9'
2120 with :
22- operations-per-run : 1000
2321 # debug-only: true
22+ operations-per-run : 1000
2423 enable-statistics : true
2524 stale-issue-label : stale
2625 stale-pr-label : stale
@@ -30,13 +29,13 @@ jobs:
3029 days-before-close : ${{ env.CLOSE_AFTER_INACTIVE_DAYS }}
3130 remove-stale-when-updated : true
3231 stale-issue-message : >
33- As per [RFC4](https://pygeoapi.io/development/rfc/4), this Issue has
34- been inactive for ${{env.STALE_AFTER_INACTIVE_DAYS }} days. In order
32+ This Issue has been inactive for ${{env.STALE_AFTER_INACTIVE_DAYS }}
33+ days. As per [RFC4](https://pygeoapi.io/development/rfc/4), in order
3534 to manage maintenance burden, it will be automatically closed
3635 in ${{ env.CLOSE_AFTER_INACTIVE_DAYS }} days.
3736 stale-pr-message : >
38- As per [RFC4](https://pygeoapi.io/development/rfc/4), this Pull Request
39- has been inactive for ${{env.STALE_AFTER_INACTIVE_DAYS }} days. In order
37+ This Pull Request has been inactive for ${{env.STALE_AFTER_INACTIVE_DAYS }}
38+ days. As per [RFC4](https://pygeoapi.io/development/rfc/4), in order
4039 to manage maintenance burden, it will be automatically closed
4140 in ${{ env.CLOSE_AFTER_INACTIVE_DAYS }} days.
4241 close-issue-message : >
0 commit comments