Skip to content

Commit

Permalink
Change if (!merged) to if (merged !== true) (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Dec 5, 2021
1 parent 2273384 commit 7eb9608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const backport = async ({
titleTemplate: string;
token: string;
}) => {
if (!merged) {
if (merged !== true) {
return;
}

Expand Down

0 comments on commit 7eb9608

Please sign in to comment.