mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 04:50:01 -04:00
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.
This commit is contained in:
parent
11e59c96ba
commit
83b83bac5a
1 changed files with 9 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue