mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 16:47:32 +00:00
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:
2
.github/workflows/ready_for_review.yml
vendored
2
.github/workflows/ready_for_review.yml
vendored
@@ -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:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user