pr-check: Fix visual demarcation

This commit is contained in:
bbhtt
2025-12-24 18:12:22 +05:30
parent daf3ab4b77
commit 1e64936398
+6 -6
View File
@@ -81,9 +81,9 @@ jobs:
for PR_NUM in "${PR_NUMBERS[@]}"; do
printf '\n'
echo "Checking PR https://github.com/flathub/flathub/pull/$PR_NUM"
printf '\n'
echo
echo "=== Checking PR https://github.com/flathub/flathub/pull/$PR_NUM ==="
echo
json=$(gh pr view "$PR_NUM" --json body,title -q '{body: .body, title: .title}')
PR_BODY=$(echo "$json" | jq -r .body)
@@ -307,9 +307,9 @@ jobs:
fi
fi
printf '\n'
echo "Finished checking PR https://github.com/flathub/flathub/pull/$PR_NUM"
printf '\n'
echo
echo "=== Finished checking PR https://github.com/flathub/flathub/pull/$PR_NUM ==="
echo
done
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}