Skip to content

Commit e0b7a37

Browse files
Created issue label
1 parent c493957 commit e0b7a37

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: .github/.workflow/issue-label.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Default
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v1
10+
- name: Label Syncer
11+
uses: micnncim/[email protected]
12+
env:
13+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14+
GITHUB_REPOSITORY: ${{ github.repository }}
15+
with:
16+
manifest: .github/labels.json
17+
prune: false

0 commit comments

Comments
 (0)