We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5424f commit ee7af7cCopy full SHA for ee7af7c
.github/workflows/pr_ping.yml
@@ -51,7 +51,7 @@ jobs:
51
with:
52
payload: |
53
{
54
- "text": "PR by${{ env.pr_author }}in ${{ env.pr_repo }} marked ready for review: #${{ env.pr_number }} - ${{ env.pr_title }}",
+ "text": "PR by ${{ env.pr_author }} in ${{ env.pr_repo }} marked ready for review: #${{ env.pr_number }} - ${{ env.pr_title }}",
55
"blocks": [
56
57
"type": "section",
0 commit comments