]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: ci: Escape literal dots in branch-name match regexes
authorMichal Nowak <mnowak@isc.org>
Mon, 8 Jun 2026 13:23:27 +0000 (15:23 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 8 Jun 2026 13:23:27 +0000 (15:23 +0200)
The backports and merged-metadata rules used unescaped dots in their
branch-name regexes, causing them to over-match. Escape the dots so the
patterns match the intended version branch names exactly.

Assisted-by: Claude:claude-opus-4-8
Merge branch 'mnowak/ci-fix-regex-escaping' into 'main'

See merge request isc-projects/bind9!12172


Trivial merge