]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: ci: Run merged-metadata job for release branches in private repo
authorNicki Křížek <nicki@isc.org>
Tue, 28 Jan 2025 13:35:07 +0000 (13:35 +0000)
committerNicki Křížek <nicki@isc.org>
Tue, 28 Jan 2025 13:35:07 +0000 (13:35 +0000)
The prior regex didn't match the actual names we use for release
branches in the private repo. This caused the merged-metadata job to not
be created upon merging to a release branch, resulting in the private MR
not being properly milestoned.

Use the correct regex along with protecting the v9.*-release branches in
the gitlab UI so that they have access to the token used to perform the
required API operations.

Merge branch 'nicki/ci-fix-post-merge-in-private-repo' into 'main'

See merge request isc-projects/bind9!10003


Trivial merge