You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
257 B
18 lines
257 B
1 year ago
|
name: 'Label Actions'
|
||
|
|
||
|
on:
|
||
|
issues:
|
||
|
types: [labeled, unlabeled]
|
||
|
|
||
|
permissions:
|
||
|
contents: read
|
||
|
issues: write
|
||
|
|
||
|
jobs:
|
||
|
action:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: dessant/label-actions@v3
|
||
|
with:
|
||
|
process-only: 'issues'
|