We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aea0c5 commit 1181e18Copy full SHA for 1181e18
1 file changed
.github/workflows/labels-sync.yml
@@ -0,0 +1,20 @@
1
+# from: https://github.com/PoliNetworkOrg/TheTOLProject/blob/main/.github/workflows/labels-sync.yml
2
+
3
+name: Sync labels
4
+on:
5
+ push:
6
+ branches:
7
+ - main
8
+ paths:
9
+ - ".github/labels.yml"
10
+ workflow_dispatch:
11
12
+jobs:
13
+ sync:
14
+ name: Run EndBug/label-sync
15
+ runs-on: ubuntu-latest
16
+ steps:
17
+ - uses: actions/checkout@v4
18
+ - uses: EndBug/label-sync@v2
19
+ with:
20
+ config-file: ".github/labels.yml"
0 commit comments