From 6efe04485deea22c5bf6a3cad5f9da9ea8c663c1 Mon Sep 17 00:00:00 2001 From: Lakshmi Narayana Date: Wed, 1 Dec 2021 10:19:01 -0600 Subject: [PATCH] Fixed the spellcheck and grammar issue Signed-off-by: Lakshmi Narayana --- .changeset/moody-pears-suffer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/moody-pears-suffer.md b/.changeset/moody-pears-suffer.md index 5fe4ec17ab..920c0ff952 100644 --- a/.changeset/moody-pears-suffer.md +++ b/.changeset/moody-pears-suffer.md @@ -2,4 +2,4 @@ '@backstage/plugin-circleci': patch --- -Fixed bug in circleci plugin. The bug fix is with respect to restartBuild action in circleci.Changed the vcstype from Git to map the vcstype dynamically. +Fixed a bug in the `CircleCI` plugin where restarting builds was hard-coded to GitHub rather than introspecting the entity source location.