mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-23 10:39:16 +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:
parent
146743d5a3
commit
73b950dc29
@ -202,15 +202,6 @@ for commit in danger.git.commits:
|
|||||||
f"```{line}``` ({len(line)} > 72 characters)."
|
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
|
# BACKPORT & VERSION LABELS
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user