File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 40
40
with :
41
41
delete-branch : " true"
42
42
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"
43
45
branch : " api-change/${{ github.event.client_payload.BUFTAG }}"
44
46
base : " main"
45
47
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
1
+ ---
1
2
name : " CLA"
2
3
on : # yamllint disable-line rule:truthy
3
4
issue_comment :
Original file line number Diff line number Diff line change 41
41
with :
42
42
delete-branch : " true"
43
43
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"
44
46
branch : api-change/${{ inputs.buftag }}
45
47
base : " main"
46
48
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments