File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 4040 with :
4141 delete-branch : " true"
4242 title : " Update API to ${{ github.event.client_payload.BUFTAG }}"
43+ # https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
44+ draft : " always-true"
4345 branch : " api-change/${{ github.event.client_payload.BUFTAG }}"
4446 base : " main"
4547 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ ---
12name : " CLA"
23on : # yamllint disable-line rule:truthy
34 issue_comment :
Original file line number Diff line number Diff line change 4141 with :
4242 delete-branch : " true"
4343 title : Update API to ${{ inputs.buftag }}
44+ # https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
45+ draft : " always-true"
4446 branch : api-change/${{ inputs.buftag }}
4547 base : " main"
4648 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments