Skip to content

Commit 7bb86c1

Browse files
authored
Small improvements in the generation of the PR that updates the protobuf files (envoyproxy#206)
Signed-off-by: rulex123 <[email protected]>
1 parent b8ffd1d commit 7bb86c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-protobuf.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,13 @@ jobs:
2121
uses: peter-evans/create-pull-request@v3
2222
with:
2323
branch: update-protobuf-to-${{ inputs.envoy_version }}
24+
base: main
25+
author: envoy-bot <[email protected]>
26+
committer: envoy-bot <[email protected]>
2427
signoff: true
2528
title: '[protobuf] Update protobuf definitions to ${{ inputs.envoy_version }}'
29+
commit-message: |
30+
[protobuf] Update protobuf definitions to ${{ inputs.envoy_version }}
2631
body: |
2732
This is an automatic PR created by github action workflow:
2833
- Updated protobuf files

0 commit comments

Comments
 (0)