chore: Stop docs sync from creating multiple PRs (#17165)

This commit is contained in:
Marc Littlemore
2025-07-09 15:56:09 +01:00
committed by GitHub
parent 3b46dec616
commit 803f0f687b

View File

@@ -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: |