Skip to content

On errors, the GitHub checks conclusion should be a failure #337

On errors, the GitHub checks conclusion should be a failure

On errors, the GitHub checks conclusion should be a failure #337

Workflow file for this run

name: 'Auto Assign PR'
on:
pull_request:
jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"