1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-22 15:56:58 +00:00
Sonarr/.github/workflows/labeler.yml
Bogdan 70bc26dc19 Disable workflows on forks
ignore-downstream
2024-05-21 17:06:44 -07:00

13 lines
255 B
YAML

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
if: github.repository == 'Sonarr/Sonarr'
steps:
- uses: actions/labeler@v5