Skip to content

Commit 903ef7e

Browse files
👷 Add or update label-sync workflow boilerplate (#6)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8ba6dde commit 903ef7e

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)