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.

(cherry picked from commit 83b83bac5a)
This commit is contained in:
Michał Kępień 2025-11-04 12:51:35 +01:00 committed by Michał Kępień (GitLab job 6433833)
parent 479df56f03
commit 42dde1a830

View file

@ -1778,6 +1778,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: