Skip to content

Commit 9bf1469

Browse files
committed
chore: Use JavaScript instead of Python
1 parent 6700356 commit 9bf1469

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/regen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
token: ${{ secrets.GH_CQ_BOT }}
2929
branch: fix/gen_proto
3030
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`.
31+
title: "fix: Generate JavaScript Code from `plugin-pb`"
32+
commit-message: "fix: Generate JavaScript Code from `plugin-pb`"
33+
body: This PR was created by a scheduled workflow to regenerate the JavaScript code from `plugin-pb`.
3434
author: cq-bot <[email protected]>
3535
labels: automerge

0 commit comments

Comments
 (0)