pr-check: Tweak a review comment
This commit is contained in:
parent
a3492dbb83
commit
816dd383cf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr-check.yml
vendored
2
.github/workflows/pr-check.yml
vendored
|
|
@ -200,7 +200,7 @@ jobs:
|
|||
fi
|
||||
|
||||
if [ "$CHECKLIST_FAILED" -eq 1 ]; then
|
||||
REVIEW_COMMENT_LINES+=("- All [checklists](https://github.com/flathub/flathub/blob/master/.github/pull_request_template.md?plain=1) are completed")
|
||||
REVIEW_COMMENT_LINES+=("- All [checklists](https://github.com/flathub/flathub/blob/master/.github/pull_request_template.md?plain=1) are present in PR body and are completed")
|
||||
fi
|
||||
|
||||
if [ "$BLOCKED" -eq 1 ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue