From eefa35715f0cb81190d8de7c0f4bbcda8d538eeb Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Fri, 24 May 2024 18:45:06 +0200 Subject: [PATCH] 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. --- .github/workflows/ready_for_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ready_for_review.yml b/.github/workflows/ready_for_review.yml index f46ee4a407..2ead263dc9 100644 --- a/.github/workflows/ready_for_review.yml +++ b/.github/workflows/ready_for_review.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/github-script@v7 with: 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: