Gauvino 1 month ago committed by GitHub
commit e499c9f348
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,28 +1,51 @@
'Area: API': 'Area: API':
- src/Radarr.Api.V3/**/* - changed-files:
- any-glob-to-any-file:
- src/Radarr.Api.V3/**/*
'Area: Db-migration': 'Area: Db-migration':
- src/NzbDrone.Core/Datastore/Migration/* - changed-files:
- any-glob-to-any-file:
- src/NzbDrone.Core/Datastore/Migration/*
'Area: Download Clients': 'Area: Download Clients':
- src/NzbDrone.Core/Download/Clients/**/* - changed-files:
- any-glob-to-any-file:
- src/NzbDrone.Core/Download/Clients/**/*
'Area: Import Lists': 'Area: Import Lists':
- src/NzbDrone.Core/ImportLists/**/* - changed-files:
- any-glob-to-any-file:
- src/NzbDrone.Core/ImportLists/**/*
'Area: Metadata':
- changed-files:
- any-glob-to-any-file:
- src/NzbDrone.Core/Extras/Metadata/*
'Area: Indexer': 'Area: Indexer':
- src/NzbDrone.Core/Indexers/**/* - changed-files:
- any-glob-to-any-file:
- src/NzbDrone.Core/Indexers/**/*
'Area: Notifications': 'Area: Notifications':
- src/NzbDrone.Core/Notifications/**/* - changed-files:
- any-glob-to-any-file:
- src/NzbDrone.Core/Notifications/**/*
'Area: Organizer': 'Area: Organizer':
- src/NzbDrone.Core/Organizer/**/* - changed-files:
- any-glob-to-any-file:
- src/NzbDrone.Core/Organizer/**/*
'Area: Parser': 'Area: Parser':
- src/NzbDrone.Core/Parser/**/* - changed-files:
- any-glob-to-any-file:
- src/NzbDrone.Core/Parser/**/*
'Area: UI': 'Area: UI':
- frontend/**/* - changed-files:
- package.json - any-glob-to-any-file:
- yarn.lock - frontend/**/*
- package.json
- yarn.lock

@ -3,15 +3,21 @@ name: 'Label Actions'
on: on:
issues: issues:
types: [labeled, unlabeled] types: [labeled, unlabeled]
pull_request:
types: [labeled, unlabeled]
discussion:
types: [labeled, unlabeled]
permissions: permissions:
contents: read contents: read
issues: write issues: write
pull-requests: write
discussions: write
jobs: jobs:
action: action:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: dessant/label-actions@v3 - uses: dessant/label-actions@v4
with: with:
process-only: 'issues' process-only: 'issues, prs'

@ -9,4 +9,4 @@ jobs:
pull-requests: write pull-requests: write
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/labeler@v4 - uses: actions/labeler@v5

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: dessant/lock-threads@v4 - uses: dessant/lock-threads@v5
with: with:
github-token: ${{ github.token }} github-token: ${{ github.token }}
issue-inactive-days: '90' issue-inactive-days: '90'

Loading…
Cancel
Save