Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
FranZavalla committed Aug 21, 2024
1 parent a8e6414 commit 86e6999
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ export const commandErrorHandler = async (
commentId,
e.response?.data.error
);
} else if (e.response?.data.botCode === "CloseActionNotFound") {
return;
} else if (BOT_ERROR_RESPONSES[e.response?.data.botCode as string]) {
await github.replyToCommand(
issueNumber,
Expand Down

0 comments on commit 86e6999

Please sign in to comment.