Skip to content

Commit 75d6bc6

Browse files
authored
create labels sync action
1 parent 623a035 commit 75d6bc6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/labels.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Sync labels in the declarative way
2+
on: [push]
3+
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/[email protected]
8+
- uses: micnncim/action-label-syncer@latest
9+
env:
10+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11+
GITHUB_REPOSITORY: ${{ github.repository }}
12+
with:
13+
manifest: labels.yml # default: .github/labels.yml

0 commit comments

Comments
 (0)