From 1e31427da8b74007d7e25d9684888c61ec10a8a3 Mon Sep 17 00:00:00 2001 From: joshualitt Date: Tue, 6 Jan 2026 15:41:58 -0800 Subject: [PATCH] Remove trailing whitespace in yaml. (#16036) --- .github/workflows/label-backlog-child-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-backlog-child-issues.yml b/.github/workflows/label-backlog-child-issues.yml index a61a73c5c9..80774843e3 100644 --- a/.github/workflows/label-backlog-child-issues.yml +++ b/.github/workflows/label-backlog-child-issues.yml @@ -16,7 +16,7 @@ jobs: script: | const issue = context.payload.issue; const labelToAdd = 'workstream-rollup'; - + // --- Define the FULL URLs of the allowed parent workstreams --- const allowedParentUrls = [ 'https://api.github.com/repos/google-gemini/gemini-cli/issues/15374',