We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ccd3a commit a1e54d8Copy full SHA for a1e54d8
.github/workflows/label.yml
@@ -1,5 +1,7 @@
1
name: Labeler
2
-on: [pull_request]
+on:
3
+ schedule:
4
+ - cron: "0 * * * *"
5
6
jobs:
7
label:
0 commit comments