1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

Add Pull Request Labeler

This commit is contained in:
Bogdan
2023-05-12 21:23:52 +03:00
committed by Mark McDowall
parent 498722b240
commit 5de7322d60
2 changed files with 29 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4