Skip to content

Commit 5ab5210

Browse files
change schedule trigger
1 parent 58acfec commit 5ab5210

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/label-add-conflict-all-pr.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Auto Label "stale" for All PRs
22

33
on:
4-
push:
5-
branches:
6-
- develop
7-
- '4.*'
4+
schedule:
5+
- cron: '0 */6 * * *' # Run at every 6 hours
86

97
jobs:
108
build:

0 commit comments

Comments
 (0)