pr-check: Add a generic reminder to follow requirements

This commit is contained in:
bbhtt
2025-09-15 08:36:42 +05:30
parent 39194c14ea
commit a3492dbb83

View File

@@ -203,6 +203,10 @@ jobs:
REVIEW_COMMENT_LINES+=("- All [checklists](https://github.com/flathub/flathub/blob/master/.github/pull_request_template.md?plain=1) are completed")
fi
if [ "$BLOCKED" -eq 1 ]; then
REVIEW_COMMENT_LINES+=("- The [requirements](https://docs.flathub.org/docs/for-app-authors/requirements) and [submission process](https://docs.flathub.org/docs/for-app-authors/submission) have been followed")
fi
echo "BLOCKED is set to $BLOCKED"
if [ "$BLOCKED" -eq 0 ]; then