Do not trigger stale bot on each PR (#6986)
This commit is contained in:
parent
f1510b758d
commit
ab771c6142
7
.github/workflows/stale.yml
vendored
7
.github/workflows/stale.yml
vendored
@ -1,8 +1,9 @@
|
|||||||
name: 'Close stale issues'
|
name: 'Close stale issues'
|
||||||
on:
|
on:
|
||||||
pull_request:
|
# uncomment if you want to test changes to this file in PRs CI
|
||||||
branches:
|
# pull_request:
|
||||||
- master
|
# branches:
|
||||||
|
# - master
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 1 * * *' # every day at 1:30am
|
- cron: '30 1 * * *' # every day at 1:30am
|
||||||
permissions:
|
permissions:
|
||||||
|
Loading…
Reference in New Issue
Block a user