From 804746dd58e7b7b0f1a0ee98068658f460d6f0db Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Thu, 2 Feb 2023 09:27:34 -0500 Subject: [PATCH] add changeset noting PagerDutyCard `readOnly` prop Signed-off-by: Mike Ball --- .changeset/rich-bags-sleep.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/rich-bags-sleep.md diff --git a/.changeset/rich-bags-sleep.md b/.changeset/rich-bags-sleep.md new file mode 100644 index 0000000000..68a7716ca1 --- /dev/null +++ b/.changeset/rich-bags-sleep.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-pagerduty': patch +--- + +The PagerDutyCard now supports an optional `readOnly` property (``) for the suppressing the rendering of the "Create Incident" button from the Backstage UI.