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 35500be commit e90739bCopy full SHA for e90739b
.github/workflows/bot-verified-commits.yml
@@ -28,9 +28,7 @@ jobs:
28
echo "Unverified commits: $UNVERIFIED_COUNT"
29
if [ "$UNVERIFIED_COUNT" -gt 0 ]; then
30
COMMITS_URL="https://github.com/$REPO/pull/$PR_NUMBER/commits"
31
- COMMENT=$(cat <<EOF
32
- Hi
33
- EOF )
+ COMMENT="Hi, I'm VerificationBot. Shortening the message to see if this is the problem"
34
# Avoid duplicate comments
35
gh pr view "$PR_NUMBER" --repo "$REPO" --json comments --jq '.comments[].body' | grep -F "VerificationBot" >/dev/null || \
36
(gh pr comment "$PR_NUMBER" --repo "$REPO" --body "$COMMENT" && echo "Comment added to PR #$PR_NUMBER")
0 commit comments