Skip to content

Core and Cli new updates #45

Core and Cli new updates

Core and Cli new updates #45

name: auto-reviewer-assign
on:
pull_request:
types: [opened, review_requested, ready_for_review, reopened]
jobs:
auto-reviewer-assign:
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Assign reviewers
uses: johnmanjiro13/[email protected]
with:
token: ${{secrets.GITHUB_TOKEN}}