Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Jan 2, 2024
1 parent 9316e4a commit d79ec87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export = (app: Probot) => {
if (label?.id === API_REVIEW_REQUESTED_LABEL_ID) {
await postToSlack(pr);
}
})
});

app.on('pull_request.ready_for_review', async ({ payload }) => {
const { pull_request: pr } = payload;
Expand All @@ -52,4 +52,3 @@ export = (app: Probot) => {
}
});
};

0 comments on commit d79ec87

Please sign in to comment.