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',