diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml new file mode 100644 index 00000000..bdf0aea3 --- /dev/null +++ b/.github/workflows/review.yml @@ -0,0 +1,12 @@ +name: '🙏 Assign Review' +on: + pull_request: + types: [opened, ready_for_review] + +jobs: + add-reviews: + runs-on: ubuntu-latest + steps: + - uses: kentaro-m/auto-assign-action@v1.2.5 + with: + configuration-path: '.github/review-config.yml'