We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba6dde commit 903ef7eCopy full SHA for 903ef7e
1 file changed
‎.github/workflows/label-sync.yml‎
@@ -0,0 +1,17 @@
1
+---
2
+
3
+name: Label Sync
4
5
+on:
6
+ schedule:
7
+ - cron: '0 6 * * Mon' # Weekly on Monday at 6 AM UTC
8
+ workflow_dispatch:
9
+ repository_dispatch:
10
+ types: [label-sync]
11
12
+permissions:
13
+ issues: write # Required to create and update labels
14
15
+jobs:
16
+ label-sync:
17
+ uses: brixion/.github/.github/workflows/label-sync.yml@main
0 commit comments