From ed1801dae570bde4e0dd688cbdfc3275b3ae0307 Mon Sep 17 00:00:00 2001 From: Ben Lambert Date: Mon, 15 Sep 2025 16:28:17 +0200 Subject: [PATCH] Add auto_init option to github:repo:create action Tweak changeset Signed-off-by: Ben Lambert --- .changeset/brown-pens-shave.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/brown-pens-shave.md b/.changeset/brown-pens-shave.md index 33cf7cfeca..d5810838ff 100644 --- a/.changeset/brown-pens-shave.md +++ b/.changeset/brown-pens-shave.md @@ -2,7 +2,7 @@ '@backstage/plugin-scaffolder-backend-module-github': patch --- -Add `auto_init` option to 'github:repo:create' action to create repository with an initial commit containing a README.md file +Add `auto_init` option to `github:repo:create` action to create repository with an initial commit containing a README.md file This initial commit is created by GitHub itself and the commit is signed, so the repository will not be empty after creation.