From 2c17d3925a891b5c879e93ec082d2a6190c3de6b Mon Sep 17 00:00:00 2001 From: Alexander Samusev <41779041+alvicsam@users.noreply.github.com> Date: Fri, 25 Aug 2023 17:24:14 +0200 Subject: [PATCH] CI pr-custom-review (#1169) * CI pr-custom-review * Fix checks-reviews-api for pr-custom-review --- .github/workflows/pr-custom-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-custom-review.yml b/.github/workflows/pr-custom-review.yml index 345f1f859d..b15d20c696 100644 --- a/.github/workflows/pr-custom-review.yml +++ b/.github/workflows/pr-custom-review.yml @@ -39,4 +39,4 @@ jobs: - name: pr-custom-review uses: paritytech/pr-custom-review@master with: - checks-reviews-api: http://pcr.parity-stg.parity.io/api/v1/check_reviews + checks-reviews-api: http://pcr.parity-prod.parity.io/api/v1/check_reviews