mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 03:47:59 +00:00
create .github/workflows/pr-custom-review.yml (#1153)
This commit is contained in:
committed by
GitHub
parent
018a9b4c4c
commit
3dc9f86bf4
@@ -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