From 73ae8e049810897cf05b0aa46a227f01ee67ca33 Mon Sep 17 00:00:00 2001 From: Chad Smith Date: Thu, 12 Sep 2024 09:48:42 -0600 Subject: [PATCH] chore(labeler): fix regex for non-packaging prs --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 59717315da9..385bbe7c013 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -10,4 +10,4 @@ packaging: - changed-files: - any-glob-to-any-file: - 'debian/**' - - base-branch: ['ubuntu/**'] + - base-branch: ['ubuntu/*']