15 lines
254 B
YAML
15 lines
254 B
YAML
|
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 }}
|