Merge pull request #4 from honojs/fix/good-first-issue-automation

added good first issues labeler
pull/34/head
Kei Kamikawa 2022-07-28 15:23:00 +09:00 committed by GitHub
commit 3a8cf949d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
.github/workflows/issues.yml vendored 100644
View File

@ -0,0 +1,11 @@
name: 'good first issue'
on: [issues]
jobs:
labels:
runs-on: ubuntu-latest
steps:
- uses: Code-Hex/first-label-interaction@v1.0.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-labels: '["good first issue"]'