Skip to content

Commit

Permalink
Merge pull request #87 from sonomirco/dev/mibi/comment
Browse files Browse the repository at this point in the history
Update comment
  • Loading branch information
sonomirco authored Sep 18, 2023
2 parents 3d8f54c + 30ca965 commit a213410
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/add-comments.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_pr_number(github_ref: str):

def markdown_string():
return """## Please complete the following checklist:
Thank you, name, for taking the time to review our project. In order to complete the review process, we kindly request your signoff by filling out this checklist. Thanks again! 🙏
Thank you, Mirco, for taking the time to review our project. In order to complete the review process, we kindly request your signoff by filling out this checklist. Thanks again! 🙏
### If you did a Code review
- [ ] I've downloaded the code and tested
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trigger-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
github.rest.issues.updateComment({
comment_id: commentId,
owner: context.owner,
repo: context.repo,
owner: context.repo.owner,
repo: context.repo.repo,
body: context.payload.comment.body + '\n\n 👋 Thanks for reporting!'
})
Expand Down

0 comments on commit a213410

Please sign in to comment.