We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad9ca7 commit e571ff4Copy full SHA for e571ff4
.github/workflows/labels.yml
@@ -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
18
+ github-token: ${{ secrets.GITHUB_TOKEN }}
19
+ owner-name: 'Drive-for-Java'
20
+ repository-name: 'gh-action-open-source-labels'
0 commit comments