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'
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
# uncomment if you want to test changes to this file in PRs CI
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - master
|
||||
schedule:
|
||||
- cron: '30 1 * * *' # every day at 1:30am
|
||||
permissions:
|
||||
|
Loading…
Reference in New Issue
Block a user