mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
18 lines
257 B
YAML
18 lines
257 B
YAML
|
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'
|