We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9014f1 commit 27d842bCopy full SHA for 27d842b
1 file changed
‎.github/workflows/label-sync.yml‎
@@ -4,13 +4,13 @@ name: Label Sync
4
5
on:
6
schedule:
7
- - cron: '0 6 * * Mon' # Weekly on Monday at 6 AM UTC
+ - 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
+ issues: write # Required to create and update labels
14
15
jobs:
16
label-sync:
0 commit comments