mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 11:17:56 +00:00
create .github/workflows/pr-custom-review.yml (#5280)
This commit is contained in:
committed by
GitHub
parent
11fc94176d
commit
c8eb992cfd
+23
@@ -0,0 +1,23 @@
|
||||
name: Check reviews
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
- review_requested
|
||||
- review_request_removed
|
||||
pull_request_review:
|
||||
|
||||
jobs:
|
||||
pr-custom-review:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: pr-custom-review
|
||||
uses: paritytech/pr-custom-review@v2
|
||||
with:
|
||||
token: ${{ secrets.PRCR_TOKEN }}
|
||||
Reference in New Issue
Block a user