We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ffd1d commit 7bb86c1Copy full SHA for 7bb86c1
.github/workflows/update-protobuf.yml
@@ -21,8 +21,13 @@ jobs:
21
uses: peter-evans/create-pull-request@v3
22
with:
23
branch: update-protobuf-to-${{ inputs.envoy_version }}
24
+ base: main
25
+ author: envoy-bot <[email protected]>
26
+ committer: envoy-bot <[email protected]>
27
signoff: true
28
title: '[protobuf] Update protobuf definitions to ${{ inputs.envoy_version }}'
29
+ commit-message: |
30
+ [protobuf] Update protobuf definitions to ${{ inputs.envoy_version }}
31
body: |
32
This is an automatic PR created by github action workflow:
33
- Updated protobuf files
0 commit comments