Skip to content

Commit c2b2bdd

Browse files
committed
Format
1 parent 59be562 commit c2b2bdd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/prActions.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ const execute = async (
88
if (label === "giteabot/update-branch") {
99
const err = await updateBranch(pr);
1010
if (err) {
11-
await addComment(pr.number, `I failed to update the branch because of the following error: ${err.message} Sorry about that. :tea:`);
11+
await addComment(
12+
pr.number,
13+
`I failed to update the branch because of the following error: ${err.message} Sorry about that. :tea:`,
14+
);
1215
return;
1316
}
1417
await removeLabel(pr.number, "giteabot/update-branch");

0 commit comments

Comments
 (0)