diff --git a/.github/labeler.yml b/.github/labeler.yml index eaf08134c34..a720b7ef6c2 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -5,3 +5,9 @@ documentation: - 'doc/*' - 'cloudinit/config/schemas/*' - base-branch: ['main'] +packaging: +- any: + - changed-files: + - any-glob-to-any-file: + - 'debian/**' + - base-branch: ['ubuntu/**'] diff --git a/debian/changelog b/debian/changelog index 818dda13ace..144ab19030c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ cloud-init (24.2-0ubuntu1~24.04.2) UNRELEASED; urgency=medium - * d/p/no-single-process.patch: Remove single process optimization + * d/p/no-single-process.patch: Remove single process optimizationa * d/p/no-nocloud-network.patch: Remove nocloud network feature * Upstream snapshot based on upstream/main at acf04d61.