diff --git a/lib/github/hooks/issue.ts b/lib/github/hooks/issue.ts index b58fb2a..8d28e73 100644 --- a/lib/github/hooks/issue.ts +++ b/lib/github/hooks/issue.ts @@ -403,7 +403,7 @@ export const onRejectCommented = async (webhooks: Webhooks) => { owner, repo, issue_number: prNumber, - body: `${REJECT_IDENTIFIER} works on a PR.`, + body: `The command ${REJECT_IDENTIFIER} only works in PRs, not on issues. Please use it in a Pull Request.`, }); return; }