Skip to content
Snippets Groups Projects
Commit 81c7c25b authored by João Paulo Silva de Souza's avatar João Paulo Silva de Souza Committed by GitHub
Browse files

create .github/workflows/pr-custom-review.yml (#1153)

parent 04bcb891
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