From aa2e837e7e832c92b2ea9aae9c0a8a9688af6a10 Mon Sep 17 00:00:00 2001
From: Jed Fox <git@jedfox.com>
Date: Fri, 7 Apr 2023 16:15:12 -0400
Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20check=20for=20release=20notes?=
 =?UTF-8?q?=20on=20`release/*`=20branches=20(#864)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .github/workflows/check-release-notes.yml | 4 +++-
 upcoming-release-notes/864.md             | 6 ++++++
 2 files changed, 9 insertions(+), 1 deletion(-)
 create mode 100644 upcoming-release-notes/864.md

diff --git a/.github/workflows/check-release-notes.yml b/.github/workflows/check-release-notes.yml
index 7d5980d7d..12b889dfd 100644
--- a/.github/workflows/check-release-notes.yml
+++ b/.github/workflows/check-release-notes.yml
@@ -2,7 +2,9 @@ name: Check release notes
 
 on:
   pull_request:
-    branches: '*'
+    branches:
+      - '*'
+      - '!release/*'
 
 jobs:
   check:
diff --git a/upcoming-release-notes/864.md b/upcoming-release-notes/864.md
new file mode 100644
index 000000000..b993a6251
--- /dev/null
+++ b/upcoming-release-notes/864.md
@@ -0,0 +1,6 @@
+---
+category: Maintenance
+authors: [j-f1]
+---
+
+Don’t check for release notes on `release/*` branches
-- 
GitLab