From 5067db89108edd972f1eca06f14b54f88d9ad0cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 1 Apr 2025 11:40:15 +0100 Subject: [PATCH] Update .changeset/clear-pigs-share.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .changeset/clear-pigs-share.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.changeset/clear-pigs-share.md b/.changeset/clear-pigs-share.md index 37925b0c10..a8241760c8 100644 --- a/.changeset/clear-pigs-share.md +++ b/.changeset/clear-pigs-share.md @@ -2,4 +2,8 @@ '@backstage/plugin-catalog-backend-module-github': minor --- -Explicitly rejects branch names containing a slash character +**BREAKING**: Explicitly rejects branch names containing a slash character. + +The module now rejects any configuration that contains slashes in branch names. The reason for this is that the ingestion will run into downstream problems if they were let through. If you had configuration with a slash in the branch name in `filters.branch`, your application may fail to start up. + +If you are affected by this, please move over to using branches that do not have slashes in them.