Skip to content
Snippets Groups Projects
Commit f4336faf authored by Sergejs Kostjucenko's avatar Sergejs Kostjucenko Committed by GitHub
Browse files

Add GHA for custom PR review (#10951)


* Add GHA for custom PR review

* Change FILES rule settings

* Update rules according to feedback

* Update .github/pr-custom-review.yml

Co-authored-by: default avatarDenis Pisarev <17856421+TriplEight@users.noreply.github.com>

* CI: PRCR new :lock:

 team is locks-review

* CI: rename a confusing step

* Update .github/workflows/pr-custom-review.yml

Co-authored-by: default avatarJoão Paulo Silva de Souza <77391175+joao-paulo-parity@users.noreply.github.com>

* CI: use a proper new team for 

as per discussion with @drahnr it was decided to create a dedicated team for reviewing runtime files

* Update pr-custom-review.yml

* Update .github/workflows/pr-custom-review.yml

Co-authored-by: default avatarJoão Paulo Silva de Souza <77391175+joao-paulo-parity@users.noreply.github.com>

* Update .github/workflows/pr-custom-review.yml

Co-authored-by: default avatarJoão Paulo Silva de Souza <77391175+joao-paulo-parity@users.noreply.github.com>

Co-authored-by: default avatarDenis Pisarev <17856421+TriplEight@users.noreply.github.com>
Co-authored-by: default avatarTriplEight <denis@parity.io>
Co-authored-by: default avatarDenis Pisarev <denis.pisarev@parity.io>
Co-authored-by: default avatarJoão Paulo Silva de Souza <77391175+joao-paulo-parity@users.noreply.github.com>
parent 1411e028
Branches
No related merge requests found
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 }}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment