mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 22:14:53 +00:00
Create label-actions.yml
This commit is contained in:
parent
74eabe9b73
commit
2e853e428f
14
.github/workflows/label-actions.yml
vendored
Normal file
14
.github/workflows/label-actions.yml
vendored
Normal 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 }}
|
Loading…
x
Reference in New Issue
Block a user