From 78b38f8e1c77b1c2e23a3a110ea48bf9d08ec33e Mon Sep 17 00:00:00 2001 From: DaneEvans Date: Wed, 30 Jul 2025 10:54:09 +1000 Subject: [PATCH] Release notes - add automation (and get it out of the main block) (#2564) --- .github/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/release.yml b/.github/release.yml index de1342be9..08bf63e50 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -17,6 +17,7 @@ changelog: - enhancement - dependencies - repo + - automation - title: 👷Dependencies labels: @@ -25,3 +26,7 @@ changelog: - title: 🧱Repo labels: - repo + + - title: 🤖Automated + labels: + - automation