From: Michał Kępień Date: Tue, 4 Nov 2025 11:51:35 +0000 (+0100) Subject: Add a job preparing post-disclosure notifications X-Git-Tag: v9.21.15~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83b83bac5ada4891fea359de452741573512f753;p=thirdparty%2Fbind9.git Add a job preparing post-disclosure notifications Add a new GitLab CI job that automatically generates post-disclosure notifications for BIND 9 security releases based on the metadata for the current release cycle. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c070797a9f..99fc0d2ae45 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1825,6 +1825,15 @@ prepare-package-notification: rules: - *rule_tag_security +# Job preparing a post-disclosure notification MR in Printing Press + +prepare-post-disclosure-notification: + <<: *printing_press_job + variables: + DOCUMENT: post-disclosure-notification + rules: + - *rule_tag_security + # Job merging the tag back into its base branch merge-tag: