chore(gha): fix labeler (#1687)

pull/1690/head
owine 5 months ago committed by GitHub
parent 6f177152b1
commit 5594a1643c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,47 +1,39 @@
"Area: Bazarr": "Area: Bazarr":
- docs/Bazarr/** - changed-files:
- any-glob-to-any-file: ['docs/Bazarr/**']
"Area: Dependencies": "Area: Dependencies":
- package.json - changed-files:
- package-lock.json - any-glob-to-any-file: ['package.json', 'package-lock.json']
"Area: Downloaders": "Area: Downloaders":
- docs/Downloaders/** - changed-files:
- any-glob-to-any-file: ['docs/Downloaders/**']
"Area: Plex": "Area: Plex":
- docs/Plex/** - changed-files:
- any-glob-to-any-file: ['docs/Plex/**']
"Area: Prowlarr": "Area: Prowlarr":
- docs/Prowlarr/** - changed-files:
- any-glob-to-any-file: ['docs/Prowlarr/**']
"Area: Radarr": "Area: Radarr":
- docs/json/radarr/cf/** - changed-files:
- docs/json/radarr/quality-size/** - any-glob-to-any-file: ['docs/json/radarr/cf/**', 'docs/json/radarr/quality-size/**', 'docs/json/radarr/naming/**', 'docs/Radarr/**']
- docs/json/radarr/naming/**
- docs/Radarr/**
"Area: Recyclarr": "Area: Recyclarr":
- docs/recyclarr-configs/** - changed-files:
- any-glob-to-any-file: ['docs/recyclarr-configs/**']
"Area: Sonarr": "Area: Sonarr":
- docs/json/sonarr/rp/** - changed-files:
- docs/json/sonarr/cf/** - any-glob-to-any-file: ['docs/json/sonarr/rp/**', 'docs/json/sonarr/cf/**', 'docs/json/sonarr/quality-size/**', 'docs/json/sonarr/naming/**', 'docs/Sonarr/**']
- docs/json/sonarr/quality-size/**
- docs/json/sonarr/naming/**
- docs/Sonarr/**
"Area: Starr Custom Formats": "Area: Starr Custom Formats":
- docs/json/radarr/cf/** - changed-files:
- docs/json/sonarr/cf/** - any-glob-to-any-file: ['docs/json/radarr/cf/**', 'docs/json/sonarr/cf/**']
"Area: Starr Naming": "Area: Starr Naming":
- docs/json/radarr/naming/** - changed-files:
- docs/json/sonarr/naming/** - any-glob-to-any-file: ['docs/json/radarr/naming/**', 'docs/json/sonarr/naming/**']
"Area: github_actions": "Area: github_actions":
- .github/workflows/** - changed-files:
- .github/dependabot.yml - any-glob-to-any-file: ['.github/workflows/**', '.github/dependabot.yml', '.github/labeler.yml', '.github/stale.yml']
- .github/labeler.yml
- .github/stale.yml
"Area: python": "Area: python":
- "**/*.py" - changed-files:
- any-glob-to-any-file: ['**/*.py']
"Area: Backend": "Area: Backend":
- all: - changed-files:
- "docs/**/*.md" - any-glob-to-any-file: ['docs/**/*.md', '!docs/Bazarr/**', '!docs/Downloaders/**', '!docs/Plex/**', '!docs/Prowlarr/**', '!docs/Radarr/**', '!docs/recyclarr-configs/**', '!docs/Sonarr/**']
- "!docs/Bazarr/**"
- "!docs/Downloaders/**"
- "!docs/Plex/**"
- "!docs/Prowlarr/**"
- "!docs/Radarr/**"
- "!docs/recyclarr-configs/**"
- "!docs/Sonarr/**"

Loading…
Cancel
Save