Fix typo in PR bot CI (#3016)

Signed-off-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com>
This commit is contained in:
Kim Brose 2025-11-21 14:21:38 +00:00 committed by GitHub
parent 00cca4555a
commit 22c9bc8104
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,5 +26,5 @@ jobs:
if ! gh pr view $GITHUB_HEAD_REF --json 'body' | grep -q "don't remove this checklist from your PR"; then
gh pr ready $GITHUB_HEAD_REF --undo # mark as draft
gh pr edit $GITHUB_HEAD_REF --add-label 'missing-template'
gh pr review $GITHUB_HEAD_REF --request-changes --body "Thanks for contributing to the matrix.org website. I have automatically marked you pull request as a draft. Please restore the [PR template]($BASE_URL/.github/pull_request_template.md?plain=1) to your PR description and follow our [contributing guidelines]($BASE_URL/CONTRIBUTING.md), then undraft to let the team know the PR is ready for review."
gh pr review $GITHUB_HEAD_REF --request-changes --body "Thanks for contributing to the matrix.org website. I have automatically marked your pull request as a draft. Please restore the [PR template]($BASE_URL/.github/pull_request_template.md?plain=1) to your PR description and follow our [contributing guidelines]($BASE_URL/CONTRIBUTING.md), then undraft to let the team know the PR is ready for review."
fi