From 3934f8bb24f96cd44cc3b6696636b935e0652cf8 Mon Sep 17 00:00:00 2001 From: Francesco Saltori Date: Tue, 31 May 2022 15:17:07 +0200 Subject: [PATCH] Make changeset a bit shorter Signed-off-by: Francesco Saltori --- .changeset/honest-planets-sin.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.changeset/honest-planets-sin.md b/.changeset/honest-planets-sin.md index 03a34f7d86..bb55e881c6 100644 --- a/.changeset/honest-planets-sin.md +++ b/.changeset/honest-planets-sin.md @@ -2,7 +2,7 @@ '@backstage/plugin-scaffolder-backend': minor --- -Fixed bug in `publish:github` action that didn't permit to add users as collaborators. +Fixed a bug in `publish:github` action that didn't permit to add users as collaborators. This fix required changing the way parameters are passed to the action. In order to add a team as collaborator, now you must use the `team` field instead of `username`. In order to add a user as collaborator, you must use the `user` field. @@ -14,7 +14,6 @@ It's still possible to use the field `username` but is deprecated in favor of `t name: Publish action: publish:github input: - allowedHosts: ['github.com'] repoUrl: ... collaborators: - access: ...