We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d4a6a commit 05bec50Copy full SHA for 05bec50
.github/workflows/labels.yml
@@ -1,8 +1,8 @@
1
name: labels
2
on:
3
- push:
4
- branches:
5
- - labels-workflow
+ # Trigger every Monday morning, or manually.
+ schedule:
+ - cron: 55 5 * * 1
6
workflow_dispatch:
7
jobs:
8
update:
0 commit comments