fix(planetscale): improve kingfisher.planetscale.1 regex

Signed-off-by: Luke Young <bored-engineer@users.noreply.github.com>
This commit is contained in:
Luke Young 2026-01-30 18:17:09 -08:00 committed by GitHub
commit 55e331f6a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ rules:
(?xi)
\b
(
pscale_tkn_[a-z0-9-_]{43}
pscale_tkn_[a-z0-9-_]{32,64}
)
\b
pattern_requirements: