From 3cb8f3035b4c520fa8ee879733e775fd682faffe Mon Sep 17 00:00:00 2001 From: Uruk Date: Sun, 28 Apr 2024 16:23:49 +0200 Subject: [PATCH 1/3] (ci): update action version --- .github/workflows/label-actions.yml | 2 +- .github/workflows/labeler.yml | 2 +- .github/workflows/lock.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/label-actions.yml b/.github/workflows/label-actions.yml index a7fc89446..a6246a6b3 100644 --- a/.github/workflows/label-actions.yml +++ b/.github/workflows/label-actions.yml @@ -12,6 +12,6 @@ jobs: action: runs-on: ubuntu-latest steps: - - uses: dessant/label-actions@v3 + - uses: dessant/label-actions@v4 with: process-only: 'issues' diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 857cfb4a7..ab2292824 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,4 +9,4 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 0e34da21e..1f4d56f94 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: dessant/lock-threads@v4 + - uses: dessant/lock-threads@v5 with: github-token: ${{ github.token }} issue-inactive-days: '90' From 2dca6914e0404cf9c282db7a3e9ec9fb0b528b6a Mon Sep 17 00:00:00 2001 From: Uruk Date: Sun, 28 Apr 2024 16:36:07 +0200 Subject: [PATCH 2/3] (ci): consistency of label-action --- .github/workflows/label-actions.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/label-actions.yml b/.github/workflows/label-actions.yml index a6246a6b3..3f5f430b2 100644 --- a/.github/workflows/label-actions.yml +++ b/.github/workflows/label-actions.yml @@ -3,10 +3,16 @@ name: 'Label Actions' on: issues: types: [labeled, unlabeled] + pull_request: + types: [labeled, unlabeled] + discussion: + types: [labeled, unlabeled] permissions: contents: read issues: write + pull-requests: write + discussions: write jobs: action: @@ -14,4 +20,4 @@ jobs: steps: - uses: dessant/label-actions@v4 with: - process-only: 'issues' + process-only: 'issues, prs' \ No newline at end of file From 664b8cc2f674736192d60a18761a7d15791685b7 Mon Sep 17 00:00:00 2001 From: Uruk Date: Sun, 28 Apr 2024 17:46:05 +0200 Subject: [PATCH 3/3] fix(ci): added missing metadata in labeler.yml --- .github/labeler.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3256f0dc9..fce3501da 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -10,6 +10,9 @@ 'Area: Import Lists': - src/NzbDrone.Core/ImportLists/**/* +'Area: Metadata': + - src/NzbDrone.Core/Extras/Metadata/* + 'Area: Indexer': - src/NzbDrone.Core/Indexers/**/*