Skip to content

Commit d04834b

Browse files
committed
format
1 parent e39f57f commit d04834b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/issues.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: "good first issue"
1+
name: 'good first issue'
22
on: [issues]
33

44
jobs:
55
labels:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: Code-Hex/first-label-interaction@v1
9-
with:
10-
github-token: ${{ secrets.GITHUB_TOKEN }}
11-
issue-labels: '["good first issue"]'
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

Comments
 (0)