]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fail for merge requests with "Affects v9.x" labels
authorMichał Kępień <michal@isc.org>
Mon, 3 Jun 2024 11:07:21 +0000 (13:07 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 3 Jun 2024 11:11:38 +0000 (11:11 +0000)
commit97eca5616125ee36e117ce48b6fdf9b0da69381d
tree370a2508a4384842110c70fab68f546488334d68
parent45dbfe8ccc1e187de3e4cbcc54523b829bd1e8f1
Fail for merge requests with "Affects v9.x" labels

Setting "Affects v9.x" labels on a merge request duplicates information
already present on the GitLab issue associated with that merge request.
For trivial merge requests that are not associated with any GitLab
issue, setting the "Affects v9.x" label(s) is considered unnecessary.
Trigger a failure for every merge request marked with at least one
"Affects v9.x" label.

(cherry picked from commit aae51cf28d4466907e152591c8a00525f7ec7038)
dangerfile.py