mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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>
|
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
|
||||||
signoff: false
|
signoff: false
|
||||||
|
|
||||||
# Create a unique branch and delete after we're done
|
# Create a single branch for multiple PRs
|
||||||
branch: 'chore/openapi-sync-${{ github.run_id }}-${{ github.run_attempt }}'
|
branch: 'chore/sync-public-api-schema'
|
||||||
delete-branch: true
|
delete-branch: false
|
||||||
|
|
||||||
title: 'chore: Update Public API schema'
|
title: 'chore: Update Public API schema'
|
||||||
body: |
|
body: |
|
||||||
|
|||||||
Reference in New Issue
Block a user