Skip to content

Commit 813dc6f

Browse files
committed
Fix PR creation logic
1 parent 6252c22 commit 813dc6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/automatic-api-update.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@ jobs:
3535
with:
3636
delete-branch: "true"
3737
title: "Update API to ${{ github.event.client_payload.BUFTAG }}"
38+
# https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
39+
# This is how we ensure that workflows run
40+
draft: "always-true"
3841
branch: "api-change/${{ github.event.client_payload.BUFTAG }}"
3942
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)