From: Michał Kępień Date: Mon, 11 May 2026 14:27:39 +0000 (+0200) Subject: [9.18] fix: ci: Increase GIT_DEPTH for the "assign-milestones" job X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9a5ab34cb05850f210560b39eda9854ab5e88b0;p=thirdparty%2Fbind9.git [9.18] fix: ci: Increase GIT_DEPTH for the "assign-milestones" job Cloning tags with the default GIT_DEPTH of 1 prevents the milestone assignment script from identifying any merge requests that are included in a given release. Fix by increasing GIT_DEPTH to an arbitrary value that is high enough for practical purposes. The GIT_DEPTH CI variable defaults to 1 for all jobs through the top-level "variables" key. Explicitly setting it to 1 in job definitions is unnecessary and may cause confusion. Remove these redundant assignments. Backport of MR !11996 Merge branch 'backport-michal/fix-assign-milestones-job-9.18' into 'bind-9.18' See merge request isc-projects/bind9!11998 --- b9a5ab34cb05850f210560b39eda9854ab5e88b0