mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add a job preparing security pre-announcements
Add a new GitLab CI job that automatically generates public T-5 pre-announcements for BIND 9 security releases based on the metadata for the current release cycle.
This commit is contained in:
parent
126ed8707e
commit
f81757bdf3
1 changed files with 9 additions and 0 deletions
|
|
@ -1807,6 +1807,15 @@ prepare-evn:
|
|||
rules:
|
||||
- *rule_tag_security
|
||||
|
||||
# Job preparing a security pre-announcement MR in Printing Press
|
||||
|
||||
prepare-preannouncement:
|
||||
<<: *printing_press_job
|
||||
variables:
|
||||
DOCUMENT: security-preannouncement
|
||||
rules:
|
||||
- *rule_tag_security
|
||||
|
||||
# Job merging the tag back into its base branch
|
||||
|
||||
merge-tag:
|
||||
|
|
|
|||
Loading…
Reference in a new issue