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 e39f57f commit d04834bCopy full SHA for d04834b
.github/workflows/issues.yml
@@ -1,11 +1,11 @@
1
-name: "good first issue"
+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"]'
+ - uses: Code-Hex/first-label-interaction@v1
+ with:
+ github-token: ${{ secrets.GITHUB_TOKEN }}
+ issue-labels: '["good first issue"]'
0 commit comments