From b623d1c8980a623cf04bd9ee44131536049bbd7a Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Sun, 5 Feb 2023 08:28:35 -0500 Subject: [PATCH] add changeset documenting github-actions plugin fix Signed-off-by: Mike Ball --- .changeset/neat-elephants-breathe.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/neat-elephants-breathe.md diff --git a/.changeset/neat-elephants-breathe.md b/.changeset/neat-elephants-breathe.md new file mode 100644 index 0000000000..d1f88556e1 --- /dev/null +++ b/.changeset/neat-elephants-breathe.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-github-actions': patch +--- + +`yarn start` now starts a functional dev environment using a mock GitHub API to properly render the `` component.