We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e31fa2 commit 8d78d74Copy full SHA for 8d78d74
1 file changed
.github/workflows/sync_labels.yaml
@@ -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