From 24f39a985eabaae932d9220c7d0f720316d3659d Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Wed, 28 Feb 2024 23:50:17 +0000 Subject: [PATCH] Add a catch all for other categories not labelled (#3703) * Add a catch all for other categories not labelled * Adding memory label * update labels --- .github/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/release.yml b/.github/release.yml index 20e969d6cc..bba8ecaf56 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -14,3 +14,7 @@ changelog: - title: Internal Improvements labels: - Internal + - memory + - title: Other Changes + labels: + - "*"