From: Michał Kępień Date: Thu, 30 Apr 2026 10:17:32 +0000 (+0200) Subject: new: ci: Set up automatic rebasing for security-* branches X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=688e8667a32b94a195df51501ffff1b7e32c1b68;p=thirdparty%2Fbind9.git new: ci: Set up automatic rebasing for security-* branches Introduce a set of private branches containing only security fixes that are automatically rebased onto the corresponding open source branches whenever new changes are merged. Each rebase triggers a basic build, failing the CI job if the build breaks. When a security-* branch is rebased, create a CI pipeline for its new revision and rebase its corresponding bind-9.x-sub branch (if it exists) on top of it, creating a rebase chain. Report any failures in the process via Mattermost. These changes enable treating security fixes similarly to other code changes, without deferring merges all the way until release prep. Merge branch 'michal/autorebase-chain' into 'main' See merge request isc-projects/bind9!11930 --- 688e8667a32b94a195df51501ffff1b7e32c1b68