mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 12:13:20 -04:00
Remove milestone check from dangerfile
Milestone is automatically set by 'merged-metadata' CI job to 'Not
released yet' so it does not matter what the original value was.
(cherry picked from commit 73b950dc29)
This commit is contained in:
parent
e3b13bfacf
commit
cd79103c5f
1 changed files with 0 additions and 9 deletions
|
|
@ -202,15 +202,6 @@ for commit in danger.git.commits:
|
|||
f"```{line}``` ({len(line)} > 72 characters)."
|
||||
)
|
||||
|
||||
###############################################################################
|
||||
# MILESTONE
|
||||
###############################################################################
|
||||
#
|
||||
# FAIL if the merge request is not assigned to any milestone.
|
||||
|
||||
if not danger.gitlab.mr.milestone:
|
||||
fail("Please assign this merge request to a milestone.")
|
||||
|
||||
###############################################################################
|
||||
# BACKPORT & VERSION LABELS
|
||||
###############################################################################
|
||||
|
|
|
|||
Loading…
Reference in a new issue