From 11e59c96ba36bd536a7e8fb2c89e2bb36f7caa1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Tue, 4 Nov 2025 12:51:35 +0100 Subject: [PATCH] Add a job preparing packager notifications Add a new GitLab CI job that automatically generates T-1 packager notifications for BIND 9 security releases based on the metadata for the current release cycle. --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76377c32d8..3c070797a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1816,6 +1816,15 @@ prepare-preannouncement: rules: - *rule_tag_security +# Job preparing a packager notification MR in Printing Press + +prepare-package-notification: + <<: *printing_press_job + variables: + DOCUMENT: packager-notification + rules: + - *rule_tag_security + # Job merging the tag back into its base branch merge-tag: