From a1b4189c0ddb45bc93e18613a195102de1b70fdf Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:38:14 +0100 Subject: [PATCH] Add a section for pr-a11y in the release notes. (#4223) --- .github/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/release.yml b/.github/release.yml index e93e4c076..e03e93e60 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -15,6 +15,9 @@ changelog: - title: 🗣 Translations labels: - pr-i18n + - title: 🦻 Accessibility + labels: + - pr-a11y - title: 🧱 Build labels: - pr-build