Skip to content

Commit a257557

Browse files
authored
Merge pull request #15 from Code-Hex/add/issues-action
added first-label-interaction
2 parents 3c00bfa + d04834b commit a257557

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/issues.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)