Skip to content

Commit

Permalink
Change ready for review icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Another1dd committed Sep 5, 2024
1 parent 3d6d815 commit bd33efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31633,7 +31633,7 @@ const formatPullRequestMessage = (payload) => {
console.debug("Message: ", message);
return message;
case "ready_for_review":
message = `🚀*Ready For Review* \\\#${number}
message = `✔️*Ready For Review* \\\#${number}
*PR Title:* ${prTitle}
*By:* [${senderName}](https://github.com/${senderName})
[View Pull Request](https://github.com/${ownerName}/${repoName}/pull/${number})
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const formatPullRequestMessage = (payload: PullRequestEvent): string => {
return message;

case "ready_for_review":
message = `🚀*Ready For Review* \\\#${number}
message = `✔️*Ready For Review* \\\#${number}
*PR Title:* ${prTitle}
*By:* [${senderName}](https://github.com/${senderName})
[View Pull Request](https://github.com/${ownerName}/${repoName}/pull/${number})
Expand Down

0 comments on commit bd33efd

Please sign in to comment.