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 4415854 commit 227cfdcCopy full SHA for 227cfdc
.github/workflows/labels.yml
@@ -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
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