Skip to content

Commit 1181e18

Browse files
ci: labels sync workflow
1 parent 8aea0c5 commit 1181e18

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/labels-sync.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)