Skip to content

Example pull request that shows the autograding in action #338

Example pull request that shows the autograding in action

Example pull request that shows the autograding in action #338

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 }}"