From 803f0f687ba9662d6768e0403e622e6c2e9b479a Mon Sep 17 00:00:00 2001 From: Marc Littlemore Date: Wed, 9 Jul 2025 15:56:09 +0100 Subject: [PATCH] chore: Stop docs sync from creating multiple PRs (#17165) --- .github/workflows/sync-public-api-docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-public-api-docs.yml b/.github/workflows/sync-public-api-docs.yml index 2320b34872..69f92c05f6 100644 --- a/.github/workflows/sync-public-api-docs.yml +++ b/.github/workflows/sync-public-api-docs.yml @@ -96,9 +96,9 @@ jobs: author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com> signoff: false - # Create a unique branch and delete after we're done - branch: 'chore/openapi-sync-${{ github.run_id }}-${{ github.run_attempt }}' - delete-branch: true + # Create a single branch for multiple PRs + branch: 'chore/sync-public-api-schema' + delete-branch: false title: 'chore: Update Public API schema' body: |