fix(labels): grade Forgejo review states #244

Merged
andres merged 4 commits from codex-bot-andresmgsl/ceremony:build/235-forgejo-review-vocabulary into main 2026-08-24 00:16:46 +00:00
Showing only changes of commit c2cca7c1be - Show all commits

View file

@ -1669,6 +1669,7 @@ review_filter_probe() {
*) printf '[]\n' ;; *) printf '[]\n' ;;
esac esac
} }
# shellcheck disable=SC2317 # main invokes the probe override indirectly
outstanding_requests() { outstanding_requests() {
printf '%s\n' "$REVIEWS_JSON" >"$RTMP/gradeable-reviews.json" printf '%s\n' "$REVIEWS_JSON" >"$RTMP/gradeable-reviews.json"
} }