mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 12:13:20 -04:00
Add job to assign issues and merge requests to version milestones
After a release is signed (the "sign" job), the "assign-milestones" job
will assign issues and merge requests to the corresponding version
milestones.
(cherry picked from commit ad95cdb9e2)
This commit is contained in:
parent
33f90767c7
commit
3d508bf12b
1 changed files with 13 additions and 0 deletions
|
|
@ -2115,6 +2115,19 @@ publish-cleanup:
|
|||
tags:
|
||||
- smalljob
|
||||
|
||||
# Job assigning issues and merge requests to version milestones
|
||||
|
||||
assign-milestones:
|
||||
<<: *manual_release_job_qa
|
||||
needs:
|
||||
- job: sign
|
||||
artifacts: false
|
||||
script:
|
||||
- |
|
||||
"${CI_PROJECT_DIR}"/bind9-qa/releng/assign_mrs_to_versioned_milestones.py --version "${CI_COMMIT_TAG}" --metadata "${CI_PROJECT_DIR}"/bind9-qa/releng/metadata.json
|
||||
rules:
|
||||
- *rule_tag
|
||||
|
||||
# Jobs to update RPMs
|
||||
|
||||
.rpm-build-job: &rpm_build_job
|
||||
|
|
|
|||
Loading…
Reference in a new issue