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