Create label-actions.yml

This commit is contained in:
Hugo Bernier 2021-04-17 12:53:41 -04:00 committed by GitHub
parent 74eabe9b73
commit 2e853e428f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
.github/workflows/label-actions.yml vendored Normal file
View File

@ -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 }}