mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 00:30:00 -04:00
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.
(cherry picked from commit 11e59c96ba)
This commit is contained in:
parent
0ecffde022
commit
479df56f03
1 changed files with 9 additions and 0 deletions
|
|
@ -1769,6 +1769,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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue