Skip to content

Commit

Permalink
Update comment_on_pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrinank-Bhowmick authored Sep 10, 2023
1 parent 9acb8ed commit 51b3187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/comment_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
- uses: actions/github-script@v6
with:
script: |
github.rest.issues.createComment({
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Greetings! This is an automated message from GitHub Actions. :robot: Your pull request has been received and is awaiting review by the repository owner or a maintainer. This may take some time, so please be patient. While you wait, you can continue to work on other issues or pull requests, or explore the project further. Or you can simply relax and enjoy your day. Thank you for your contribution to this project! You are awesome! :star:'
body: 'Greetings! This is an automated message from GitHub Actions. :robot:\nYour pull request has been received and is awaiting review by the repository owner or a maintainer. This may take some time, so please be patient.\nWhile you wait, you can continue to work on other issues or pull requests, or explore the project further. Or you can simply relax and enjoy your day.\nThank you for your contribution to this project! You are awesome! :star:'
})

0 comments on commit 51b3187

Please sign in to comment.