Skip to content

Commit 38c0699

Browse files
committed
👷 Add sync labels workflow
1 parent c0d9d92 commit 38c0699

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/sync-labels.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Sync labels
2+
3+
on:
4+
schedule:
5+
- cron: "0 3 * * 0"
6+
push:
7+
branches: [main]
8+
paths: [.github/workflows/sync-labels.yml]
9+
workflow_dispatch:
10+
11+
jobs:
12+
run:
13+
uses: Friedinger/Configs/.github/workflows/action-sync-labels.yml@main
14+
permissions:
15+
issues: write

0 commit comments

Comments
 (0)