Skip to content

Commit c3753ef

Browse files
ci(connectors): use legacy branch pattern for up-to-date PR reuse (#75983)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 646dcff commit c3753ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/connectors_up_to_date.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
with:
246246
token: ${{ steps.get-app-token.outputs.token }}
247247
commit-message: "chore(${{ env.CONNECTOR_NAME }}): update dependencies"
248-
branch: "connectors-up-to-date/${{ env.CONNECTOR_NAME }}"
248+
branch: "up-to-date/${{ env.CONNECTOR_NAME }}"
249249
delete-branch: true
250250
title: "chore(${{ env.CONNECTOR_NAME }}): update dependencies"
251251
body: |

0 commit comments

Comments
 (0)