1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Replace support-requests with label-actions

This commit is contained in:
Bogdan
2023-09-19 02:05:33 +03:00
parent 9eece2965a
commit 450d6c0c80
3 changed files with 33 additions and 36 deletions
+17
View File
@@ -0,0 +1,17 @@
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'