]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove milestone check from dangerfile
authorPetr Špaček <pspacek@isc.org>
Fri, 23 Aug 2024 07:34:20 +0000 (09:34 +0200)
committerPetr Špaček <pspacek@isc.org>
Fri, 23 Aug 2024 08:53:52 +0000 (10:53 +0200)
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 73b950dc29ba1a381fa8d1c47d12f3d2ee79cbe9)
(cherry picked from commit bed0aea14f67a3ae69cd13fabb3d5152fe762fab)

dangerfile.py

index 7c06f446543cf64bfe03654af94b5a417b383937..20bdffe4756b023c98f9ba8b66cab2cc23a18a88 100644 (file)
@@ -113,15 +113,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
 ###############################################################################