commit: e07e491ec65eb9a57ff63a21584a00fb85072532
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 12 20:04:07 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 12 20:04:07 2026 +0000
URL:
https://gitweb.gentoo.org/proj/repo-mirror-ci.git/commit/?id=e07e491e
pull-requests: Fix invoking set-pull-request-status
Thanks to laumann for the fix.
Fixes: aad52cc ("pull-request: add scanning of codeberg PRs")
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
pull-request/pull-requests.bash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pull-request/pull-requests.bash b/pull-request/pull-requests.bash
index 1412c96..64e8718 100755
--- a/pull-request/pull-requests.bash
+++ b/pull-request/pull-requests.bash
@@ -20,7 +20,7 @@ if [[ -s ${pull}/current-pr ]]; then
codeberg) pr_repo="https://codeberg.org/${CODEBERG_REPO}";;
*) echo "unknown forge ${forge}"; exit 1;;
esac
- "${SCRIPT_DIR}"/pull-request/set-pull-request-status.py "${pr}" \
+ "${SCRIPT_DIR}"/pull-request/set-pull-request-status.py "${pr}" error \
"QA checks crashed. Please rebase and check profile changes for
syntax errors."
sendmail "${CRONJOB_ADMIN_MAIL}" <<-EOF
Subject: Pull request crash: ${pr}