Merge pull request #4 from honojs/fix/good-first-issue-automation
added good first issues labelerpull/34/head
commit
3a8cf949d9
|
@ -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"]'
|
Loading…
Reference in New Issue