mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00: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.
This commit is contained in:
@@ -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
|
||||
###############################################################################
|
||||
|
Reference in New Issue
Block a user