mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Use API for pr-custom-review (#11487)
* use API for pr-custom-review * bump action tag * temporary: disable draft skip * temporary: use staging * try it with the prod instance * revert draft skip
This commit is contained in:
committed by
GitHub
parent
c980c39026
commit
3122c4fb3c
+2
-2
@@ -37,6 +37,6 @@ jobs:
|
||||
if: github.event.pull_request.draft == true
|
||||
run: exit 1
|
||||
- name: pr-custom-review
|
||||
uses: paritytech/pr-custom-review@v2
|
||||
uses: paritytech/pr-custom-review@action-v3
|
||||
with:
|
||||
token: ${{ secrets.PRCR_TOKEN }}
|
||||
checks-reviews-api: http://pcr.parity-prod.parity.io/api/v1/check_reviews
|
||||
|
||||
Reference in New Issue
Block a user