Skip to content

Commit 1b4907f

Browse files
authored
Create labels.yaml
1 parent e4d4018 commit 1b4907f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/labels.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Sync labels
3+
4+
# yamllint disable-line rule:truthy
5+
on:
6+
push:
7+
branches:
8+
- main
9+
paths:
10+
- .github/labels.yml
11+
workflow_dispatch:
12+
13+
jobs:
14+
labels:
15+
name: Sync labels
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Check out code from GitHub
19+
uses: actions/checkout@v3
20+
- name: Run Label Syncer
21+
uses: micnncim/action-label-syncer@v1.3.0
22+
env:
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)