Skip to content

Commit

Permalink
Update pr-review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MohanRamSridhar authored May 24, 2024
1 parent 5642d6a commit 2d7298b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
script: |
const {owner, repo, number} = context.issue;
const commentAuthor = context.payload.sender.login;
const commentBody = `Hey @${ commentAuthor }, Thank you for creating PR! We will review it super soon. 😇❣️
Don’t forget to ⭐ our repository!
Happy Coding!✨
Will See you soon❣️ `;
const commentBody = `Hey @${ commentAuthor }, Thank you for creating PR! Will review it super soon.
Don’t forget to ⭐ the repository!
Will see you soon❣️ `;
await github.issues.createComment({owner, repo, issue_number : number, body: commentBody});
console.log('Commented on PR');

0 comments on commit 2d7298b

Please sign in to comment.