]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: ci: Run merged-metadata job for release branches in private repo
authorNicki Křížek <nicki@isc.org>
Tue, 28 Jan 2025 13:40:34 +0000 (13:40 +0000)
committerNicki Křížek <nicki@isc.org>
Tue, 28 Jan 2025 13:40:34 +0000 (13:40 +0000)
commitea4a1133751eb71a19583accc6f5048d09d96a64
tree874abb06d44a3d77a3d97c924604ad466eec0f6a
parent0cea21019e921c82234940f1d68f49df370f7ec5
parent54e53a9bc9f4f2d8f51ce5c9c55e253d8d9b5284
[9.20] fix: ci: Run merged-metadata job for release branches in private repo

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.

Backport of MR !10003

Merge branch 'backport-nicki/ci-fix-post-merge-in-private-repo-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10013