mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-15 22:18:52 -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
1258078e8a
commit
bed0aea14f
1 changed files with 0 additions and 9 deletions
|
|
@ -181,15 +181,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