Make stale action run more often to deal with old PRs
This commit is contained in:
parent
ce151a8bd8
commit
0226b00a43
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: 'Close stale issues and PRs'
|
name: 'Close stale issues and PRs'
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 */1 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -15,4 +15,4 @@ jobs:
|
|||||||
exempt-issue-labels: 'dont-close'
|
exempt-issue-labels: 'dont-close'
|
||||||
exempt-pr-labels: 'dont-close'
|
exempt-pr-labels: 'dont-close'
|
||||||
days-before-stale: 30
|
days-before-stale: 30
|
||||||
days-before-close: 7
|
days-before-close: 7
|
||||||
|
Loading…
Reference in New Issue
Block a user