Skip to content

Commit a1e54d8

Browse files
authored
Run labeler action on cron.
See actions/labeler#12 (comment)
1 parent 07ccd3a commit a1e54d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/label.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Labeler
2-
on: [pull_request]
2+
on:
3+
schedule:
4+
- cron: "0 * * * *"
35

46
jobs:
57
label:

0 commit comments

Comments
 (0)