From 69dfbd76d6cf23e6c2a6d5530d33c012a678d5b6 Mon Sep 17 00:00:00 2001 From: Logan Nguyen Date: Mon, 6 Jan 2025 22:27:51 -0500 Subject: [PATCH] fix: updated .github/release.yaml to include internal and github_action labeled PRs (#1138) fix: updated .github/release.yaml to include internal and github_action labeled PRs Signed-off-by: Logan Nguyen --- .github/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/release.yml b/.github/release.yml index d1ed04808..14ecc1e7a 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -10,3 +10,5 @@ changelog: labels: ['documentation'] - title: 'Dependency Upgrades' labels: ['dependencies'] + - title: 'Internal Changes' + labels: ['internal', 'github_action']