Skip to content

Commit e571ff4

Browse files
Add GitHub Actions workflow for standard labels
1 parent cad9ca7 commit e571ff4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/labels.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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: Drive-for-Java/gh-action-open-source-labels@main
17+
with:
18+
github-token: ${{ secrets.GITHUB_TOKEN }}
19+
owner-name: 'Drive-for-Java'
20+
repository-name: 'gh-action-open-source-labels'

0 commit comments

Comments
 (0)