Create label-actions.yml
This commit is contained in:
parent
74eabe9b73
commit
2e853e428f
|
@ -0,0 +1,14 @@
|
|||
name: 'Label Actions'
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [labeled, unlabeled]
|
||||
|
||||
jobs:
|
||||
reaction:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: dessant/label-actions@v2
|
||||
process-only: 'issues'
|
||||
with:
|
||||
github-token: ${{ github.token }}
|
Loading…
Reference in New Issue