From fba21cfbcbcb2e61211c377ea498056328ddd43f Mon Sep 17 00:00:00 2001 From: abdellahhanane Date: Thu, 5 Mar 2026 08:22:56 -0500 Subject: [PATCH] Add return_run_details to accept.txt Signed-off-by: abdellahhanane --- .github/vale/config/vocabularies/Backstage/accept.txt | 1 + plugins/scaffolder-backend-module-github/report.api.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/vale/config/vocabularies/Backstage/accept.txt b/.github/vale/config/vocabularies/Backstage/accept.txt index 11df7fc1a0..cbf3130537 100644 --- a/.github/vale/config/vocabularies/Backstage/accept.txt +++ b/.github/vale/config/vocabularies/Backstage/accept.txt @@ -581,3 +581,4 @@ resizable enums LLMs cleye +return_run_details diff --git a/plugins/scaffolder-backend-module-github/report.api.md b/plugins/scaffolder-backend-module-github/report.api.md index 3538529135..9e930a7866 100644 --- a/plugins/scaffolder-backend-module-github/report.api.md +++ b/plugins/scaffolder-backend-module-github/report.api.md @@ -253,8 +253,8 @@ export function createGithubRepoCreateAction(options: { access: string; } | { - access: string; team: string; + access: string; } )[] | undefined; @@ -444,8 +444,8 @@ export function createPublishGithubAction(options: { access: string; } | { - access: string; team: string; + access: string; } )[] | undefined;