chore: tag author in ready for review comment (#8009)

# Which Problems Are Solved

It is not very clear if the author or the reviewer of a PR should tick
the boxes.

# How the Problems Are Solved

The author of the PR is tagged in the comment, because the author should
tick the boxes before marking it as ready for review.
This commit is contained in:
Elio Bischof
2024-05-24 18:45:06 +02:00
committed by GitHub
parent d058a2bc8a
commit eefa35715f

View File

@@ -9,7 +9,7 @@ jobs:
- uses: actions/github-script@v7 - uses: actions/github-script@v7
with: with:
script: | script: |
const content = `### Thanks for your contribution! 🎉 const content = `### Thanks for your contribution @${{ github.event.pull_request.user.login }}! 🎉
Please make sure you tick the following checkboxes before marking this Pull Request (PR) as ready for review: Please make sure you tick the following checkboxes before marking this Pull Request (PR) as ready for review: