Skip to content

Commit

Permalink
fixed tagging author
Browse files Browse the repository at this point in the history
  • Loading branch information
dishamodi0910 committed Sep 30, 2023
1 parent ec5cf27 commit f967a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/close_merged_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
script: |
const { owner, repo, number } = context.issue;
const commentAuthor = context.payload.pull_request.user.login;
const commentBody = `@{{ commentAuthor }} We're thrilled to inform you that your pull request has been successfully merged into the APIverse🚀🎁
const commentBody = `@${ commentAuthor } We're thrilled to inform you that your pull request has been successfully merged into the APIverse🚀🎁
Your hard work, dedication, and expertise have made a significant impact on our project, and we couldn't be more grateful for your contributions.😇
Your code will now be a part of our growing ecosystem, helping developers worldwide to create exceptional APIs.❣️🔥
Happy Coding! ✨
Expand All @@ -38,7 +38,7 @@ jobs:
script: |
const { owner, repo, number } = context.issue;
const commentAuthor = context.payload.pull_request.user.login;
const commentBody = `@{{ commentAuthor }} ,I wanted to reach out and let you know that we have decided to close your pull request.🙇
const commentBody = `@${ commentAuthor } ,I wanted to reach out and let you know that we have decided to close your pull request.🙇
While we truly appreciate your effort and dedication in contributing to our project, after careful consideration, we have determined that this particular PR may not align with our current goals or requirements.😢
In case of any issues, you can contact us on [Discord](https://discord.gg/mv4NTzN).
Thank you! ❣️
Expand Down

0 comments on commit f967a66

Please sign in to comment.