Update .changeset/clear-pigs-share.md

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-04-01 11:40:15 +01:00
committed by GitHub
parent f0c22ebd08
commit 5067db8910
+5 -1
View File
@@ -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.