]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: ci: Increase GIT_DEPTH for the "assign-milestones" job
authorMichał Kępień <michal@isc.org>
Mon, 11 May 2026 14:23:16 +0000 (16:23 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 11 May 2026 14:23:16 +0000 (16:23 +0200)
commite5bbed78b1cd6f4fe3e806e1bfbfb3c88f0d5aba
treea8d107b98888af35e1853972db434e38b321f4c2
parent15854d4a85bee1ac2048c7ab3ba7929b8ff76426
parent703ad9a6ded2edf68105cac4181a848496341dcb
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.

Merge branch 'michal/fix-assign-milestones-job' into 'main'

See merge request isc-projects/bind9!11996