Skip to content

Commit bd04b35

Browse files
authored
chore: add label sync action (#314)
1 parent b29459f commit bd04b35

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/sync_labels.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: ♻️ Sync Labels
2+
3+
on:
4+
push:
5+
paths:
6+
- .github/labels.yml
7+
branches:
8+
- main
9+
workflow_dispatch:
10+
11+
jobs:
12+
labels:
13+
name: ♻️ Sync labels
14+
runs-on: ubuntu-20.04
15+
steps:
16+
- name: ⤵️ Check out code from GitHub
17+
uses: actions/checkout@v4
18+
19+
- name: 🚀 Run Label Sync
20+
uses: srealmoreno/label-sync-action@v1
21+
with:
22+
config-file: https://raw.githubusercontent.com/VeryGoodOpenSource/.github/main/.github/labels.yml

0 commit comments

Comments
 (0)