From a79c9636618acccbc835220e1d3853bb60b51e49 Mon Sep 17 00:00:00 2001 From: Rogerio Angeliski Date: Thu, 5 Jan 2023 11:09:29 -0300 Subject: [PATCH] chore: update changelog to include better message Co-authored-by: Johan Haals Signed-off-by: Rogerio Angeliski --- .changeset/swift-waves-laugh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/swift-waves-laugh.md b/.changeset/swift-waves-laugh.md index 0db8ae6d1c..fc782b54cc 100644 --- a/.changeset/swift-waves-laugh.md +++ b/.changeset/swift-waves-laugh.md @@ -2,4 +2,4 @@ '@backstage/plugin-catalog-backend-module-github': patch --- -fix catalog Path matcher to use glob on receive github events +fixed `catalogPath` option to properly glob match on received GitHub events.