...

Text file src/github.com/lestrrat-go/jwx/.github/workflows/assign-pr.yml

Documentation: github.com/lestrrat-go/jwx/.github/workflows

     1name: 'Auto Assign'
     2on:
     3  pull_request:
     4    types: [opened, ready_for_review]
     5
     6jobs:
     7  add-reviews:
     8    runs-on: ubuntu-latest
     9    steps:
    10      - uses: kentaro-m/auto-assign-action@v1.2.0
    11        with:
    12          configuration-path: .github/auto-assign-pr.yml

View as plain text