Skip to content

Commit 227cfdc

Browse files
Create labels.yml
1 parent 4415854 commit 227cfdc

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/labels.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Import open source standard labels
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
7+
jobs:
8+
labels:
9+
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: actions/setup-node@v2
14+
with:
15+
node-version: '14'
16+
- uses: Devs-Dungeon/gh-action-open-source-labels@main
17+
with:
18+
github-token: ${{ secrets.GITHUB_TOKEN }}
19+
owner-name: ${{ github.repository_owner }}
20+
repository-name: ${{ github.event.repository.name }}
21+
force: false

0 commit comments

Comments
 (0)