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 24de2f8 commit a7c2433Copy full SHA for a7c2433
1 file changed
.github/workflows/pr-bot-review.yml
@@ -135,7 +135,7 @@ jobs:
135
if echo "$LABELS" | jq -e 'any(. == "auto-fix")' > /dev/null 2>&1; then
136
MODE="\n__mode: auto-fix__"
137
fi
138
- PAYLOAD=$(printf '<@%s> review %s\n\n__commit: %s__%s' "$BOT_UID" "$PR_URL" "$SHA" "$MODE" | jq -Rs '{content: .}')
+ PAYLOAD=$(printf '<@%s> lead group review %s\n\n__commit: %s__%s' "$BOT_UID" "$PR_URL" "$SHA" "$MODE" | jq -Rs '{content: .}')
139
if ! curl -sS --fail-with-body --max-time 10 -X POST "$WEBHOOK_URL" \
140
-H "Content-Type: application/json" -d "$PAYLOAD"; then
141
gh api "repos/${{ github.repository }}/statuses/${SHA}" \
0 commit comments