Automated update from GitHub Actions

This commit is contained in:
Github Actions 2026-01-10 07:36:14 +00:00
parent fb697a8a58
commit 599fd6209f
8 changed files with 28 additions and 14 deletions

View file

@ -1,5 +1,5 @@
name: Not Higher Version Repack-Proper
pattern: \b(?:(?:repack|proper)[23])\b|\bREAL\.(?:REAL\.)?(?:PROPER|REPACK)\b
pattern: \b((repack|proper)[23])\b|\bREAL\.(REAL\.)?(PROPER|REPACK)\b
description: ''
tags:
- Radarr

View file

@ -0,0 +1,7 @@
name: Not Repack-Proper 3
pattern: \b((repack|proper)3)\b|\bREAL\.(REAL\.)(PROPER|REPACK)\b
description: ''
tags:
- Radarr
- Sonarr
tests: []

View file

@ -1,4 +1,4 @@
name: Repack-Proper 2 or Real Proper-Repack
name: Repack-Proper 2 or REAL.PROPER-REPACK
pattern: \b((repack|proper)2)\b|\b(REAL\.(PROPER|REPACK))\b
description: ''
tags:

View file

@ -0,0 +1,7 @@
name: Repack-Proper 3 or REAL.REAL.PROPER-REPACK
pattern: \b((repack|proper)3)\b|\b(REAL\.REAL\.(PROPER|REPACK))\b
description: ''
tags:
- Radarr
- Sonarr
tests: []