From: Michal Nowak Date: Mon, 8 Jun 2026 13:23:27 +0000 (+0200) Subject: fix: ci: Escape literal dots in branch-name match regexes X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4be5e196f06d9b4e0d146923c21fcbf8f853cfa3;p=thirdparty%2Fbind9.git fix: ci: Escape literal dots in branch-name match regexes 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 --- 4be5e196f06d9b4e0d146923c21fcbf8f853cfa3