aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/auto-assign.yml
blob: c7fbf84492143e5871d270f2337d18118c2aa22b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# https://github.com/marketplace/actions/auto-assign-action

name: 'Auto Assign'
on:
  pull_request:
    types: [opened, ready_for_review]

jobs:
  add-reviews:
    runs-on: ubuntu-latest
    steps:
      - uses: kentaro-m/auto-assign-action@v1.1.2
        with:
          configuration-path: ".github/auto_assign.yml"