File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 35
35
with :
36
36
delete-branch : " true"
37
37
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"
38
41
branch : " api-change/${{ github.event.client_payload.BUFTAG }}"
39
42
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 38
38
if : steps.buf-update.outputs.updated == 'true'
39
39
with :
40
40
delete-branch : " true"
41
+ # https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
42
+ # This is how we ensure that workflows run
43
+ draft : " always-true"
41
44
title : Update API to ${{ inputs.buftag }}
42
45
branch : api-change/${{ inputs.buftag }}
43
46
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments