Skip to content

Commit 27d842b

Browse files
🧩 Update boilerplate general (#11)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d9014f1 commit 27d842b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/label-sync.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ name: Label Sync
44

55
on:
66
schedule:
7-
- cron: '0 6 * * Mon' # Weekly on Monday at 6 AM UTC
7+
- cron: '0 6 * * Mon' # Weekly on Monday at 6 AM UTC
88
workflow_dispatch:
99
repository_dispatch:
1010
types: [label-sync]
1111

1212
permissions:
13-
issues: write # Required to create and update labels
13+
issues: write # Required to create and update labels
1414

1515
jobs:
1616
label-sync:

0 commit comments

Comments
 (0)