Skip to content

Commit e079737

Browse files
authored
Create sync-labels.yml
1 parent 47f452e commit e079737

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

,github/workflows/sync-labels.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: '♻️ Sync Labels'
3+
4+
on:
5+
schedule:
6+
- cron: '22 2 * * 2'
7+
workflow_dispatch:
8+
9+
jobs:
10+
labels:
11+
name: '♻️ Sync labels'
12+
uses: z-shell/.github/.github/workflows/sync-labels.yml@main

0 commit comments

Comments
 (0)