Skip to content

Commit

Permalink
chore: just adding / <- char (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji Sang Seo authored Feb 11, 2024
1 parent 5a9d1a0 commit 09bc795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task/pr.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export async function pullRequest() {
);
}

// merge
//// merge
await git.merge(baseBranch);

// create pull request
Expand Down

0 comments on commit 09bc795

Please sign in to comment.