From 3a9ba42b4d4c4139f6d90cf0f02a86eab977aa3d Mon Sep 17 00:00:00 2001 From: Jason Froehlich Date: Fri, 15 Dec 2023 16:22:02 -0500 Subject: [PATCH] Fix for issue #21762 Signed-off-by: Jason Froehlich Signed-off-by: Jason Froehlich --- .changeset/nine-olives-swim.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/nine-olives-swim.md diff --git a/.changeset/nine-olives-swim.md b/.changeset/nine-olives-swim.md new file mode 100644 index 0000000000..057629a8c3 --- /dev/null +++ b/.changeset/nine-olives-swim.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder-node': minor +--- + +Added function to commitAndPushBranch which allows for files to be added to the a PR for use in the bitbucket pull request action for issue #21762