From d67c529abef3c0624e15a3969f7deb78ab7c8aa6 Mon Sep 17 00:00:00 2001 From: Taras Mankovski Date: Fri, 2 Oct 2020 19:17:18 -0400 Subject: [PATCH] Added changeset for #2563 --- .changeset/2563.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/2563.md diff --git a/.changeset/2563.md b/.changeset/2563.md new file mode 100644 index 0000000000..318d5cf5ef --- /dev/null +++ b/.changeset/2563.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-github-actions': minor +--- + +Adds a widget to show recent git workflow runs to the github actions plugin. The default setting is the last 5 runs across all branches but both branch and the number of runs are configurable.