mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
chore: Stop docs sync from creating multiple PRs (#17165)
This commit is contained in:
6
.github/workflows/sync-public-api-docs.yml
vendored
6
.github/workflows/sync-public-api-docs.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user