scouter-server 0.1.2

Scouter server for model monitoring
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
name: 'Auto Assign PR'
on:
  pull_request:
    types: [opened, ready_for_review]

jobs:
  add-reviewers:
    runs-on: ubuntu-latest
    steps:
      - uses: kentaro-m/auto-assign-action@v1.2.5
        with:
          configuration-path: '.github/reviewer_config.yml'