Skip to content

Commit

Permalink
improve: Switched from branchPrefix to branch in commit-from-acti…
Browse files Browse the repository at this point in the history
…on integration, following #18

Signed-off-by: Jaid <jaid.jsx@gmail.com>
  • Loading branch information
Jaid committed May 24, 2021
1 parent 9537ff0 commit 831cecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async function main() {
commitManager = new CommitManager({
autoApprove: "approve",
autoRemoveBranch: "removeBranch",
branchPrefix: "action-sync-node-meta-",
branch: "action-sync-node-meta",
pullRequestTitle: "Applied a fix from action-sync-node-meta",
pullRequestBody: manager => pullBody({
...context.repo,
Expand Down

0 comments on commit 831cecb

Please sign in to comment.