Skip to content

Commit

Permalink
appease eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
BolajiOlajide committed Mar 21, 2024
1 parent 3c36858 commit d050e45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/backport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,15 @@ const getFailedBackportCommentBody = ({
commitSha,
errorMessage,
head,
runUrl,
prNumber,
runUrl,
}: {
base: string;
commitSha: string;
errorMessage: string;
head: string;
runUrl: string;
prNumber: number;
runUrl: string;
}) => {
const worktreePath = `.worktrees/backport-${base}`;
return `The backport to \`${base}\` failed at ${runUrl}:
Expand Down Expand Up @@ -369,8 +369,8 @@ const backport = async ({
commitSha: mergeCommitSha,
errorMessage: error.message,
head,
runUrl,
prNumber,
runUrl,
}),
issue_number: prNumber,
owner,
Expand Down

0 comments on commit d050e45

Please sign in to comment.