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 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 }}
Original file line number Diff line number Diff line change 3838 if : steps.buf-update.outputs.updated == 'true'
3939 with :
4040 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"
4144 title : Update API to ${{ inputs.buftag }}
4245 branch : api-change/${{ inputs.buftag }}
4346 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments