1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-22 15:53:23 +00:00
Lidarr/.github/workflows/label-actions.yml

18 lines
257 B
YAML
Raw Normal View History

name: 'Label Actions'
on:
issues:
types: [labeled, unlabeled]
permissions:
contents: read
issues: write
jobs:
action:
runs-on: ubuntu-latest
steps:
2024-09-01 05:13:39 +00:00
- uses: dessant/label-actions@v4
with:
process-only: 'issues'