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.
2 parents 3c00bfa + d04834b commit a257557Copy full SHA for a257557
.github/workflows/issues.yml
@@ -0,0 +1,11 @@
1
+name: 'good first issue'
2
+on: [issues]
3
+
4
+jobs:
5
+ labels:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: Code-Hex/first-label-interaction@v1
9
+ with:
10
+ github-token: ${{ secrets.GITHUB_TOKEN }}
11
+ issue-labels: '["good first issue"]'
0 commit comments