From 0302b1bb8b5c77d290f474aa7b32b12765efcbc5 Mon Sep 17 00:00:00 2001 From: Bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Fri, 23 Jun 2023 11:05:44 -0500 Subject: [PATCH] (chore): add PR request labeler - Radarr - Sonarr - Recyclarr - Plex - Prowlarr - Bazarr --- .github/labeler.yml | 22 ++++++++++++++++++++++ .github/workflows/labeler.yml | 12 ++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .github/labeler.yml create mode 100644 .github/workflows/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 000000000..f27a97648 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,22 @@ +# .github/labeler.yml + +Bazarr: + - docs/bazarr/** +Downloaders: + - docs/downloaders/** +Plex: + - docs/plex/** +Prowlarr: + - docs/prowlarr/** +Radarr: + - docs/json/radarr/cf/** + - docs/json/radarr/quality-size/** + - docs/json/radarr/naming/** + - docs/radarr/** +Recyclarr: + - docs/recyclarr-configs/** +Sonarr: + - docs/json/sonarr/rp/** + - docs/json/sonarr/cf/** + - docs/json/sonarr/quality-size/** + - docs/sonarr/** diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml new file mode 100644 index 000000000..857cfb4a7 --- /dev/null +++ b/.github/workflows/labeler.yml @@ -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