From 298d56740140f6c9fa938286beb2ae287929d003 Mon Sep 17 00:00:00 2001 From: John Gemignani Date: Wed, 4 Jun 2025 08:31:12 -0700 Subject: [PATCH] Add branches to labeler Added PG16, PG17, and PG18 to the labeler. modified: .github/labeler.yml --- .github/labeler.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 92ab6db8e..f860c2b19 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -13,5 +13,14 @@ PG14: PG15: - base-branch: 'PG15' +PG16: +- base-branch: 'PG16' + +PG17: +- base-branch: 'PG17' + +PG18: +- base-branch: 'PG18' + master: -- base-branch: 'master' \ No newline at end of file +- base-branch: 'master'