From 6c317a74d3d720fd28923928a70a1d8d8c14787a Mon Sep 17 00:00:00 2001 From: Thomas Cardonne Date: Fri, 5 Apr 2024 18:09:09 +0200 Subject: [PATCH] Update pink-years-peel.md Signed-off-by: Thomas Cardonne --- .changeset/pink-years-peel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/pink-years-peel.md b/.changeset/pink-years-peel.md index b2d44e2113..339889f27e 100644 --- a/.changeset/pink-years-peel.md +++ b/.changeset/pink-years-peel.md @@ -2,5 +2,5 @@ '@backstage/plugin-catalog-backend-module-github': patch --- -GitHub push events now schedule a refresh on entities that have a refresh_key matching the `catalogPath` config itself. +GitHub push events now schedule a refresh on entities that have a `refresh_key` matching the `catalogPath` config itself. This allows to support a `catalogPath` configuration that uses glob patterns.