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 8c1594e commit 6ff21edCopy full SHA for 6ff21ed
.github/workflows/regen.yml
@@ -29,8 +29,8 @@ jobs:
29
token: ${{ secrets.GH_CQ_BOT }}
30
branch: fix/gen_proto
31
base: main
32
- title: "fix: Generate Python Code from `plugin-pb`"
33
- commit-message: "fix: Generate Python Code from `plugin-pb`"
34
- body: This PR was created by a scheduled workflow to regenerate the Python code from `plugin-pb`.
+ title: "fix: Generate Java Code from `plugin-pb`"
+ commit-message: "fix: Generate Java Code from `plugin-pb`"
+ body: This PR was created by a scheduled workflow to regenerate the Java code from `plugin-pb`.
35
author: cq-bot <[email protected]>
36
labels: automerge
0 commit comments