Skip to content

Commit ab771c6

Browse files
Do not trigger stale bot on each PR (#6986)
1 parent f1510b7 commit ab771c6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/stale.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: 'Close stale issues'
22
on:
3-
pull_request:
4-
branches:
5-
- master
3+
# uncomment if you want to test changes to this file in PRs CI
4+
# pull_request:
5+
# branches:
6+
# - master
67
schedule:
78
- cron: '30 1 * * *' # every day at 1:30am
89
permissions:

0 commit comments

Comments
 (0)