diff --git a/.github/workflows/author-assign.yml b/.github/workflows/author-assign.yml index 8137cc0..36657d8 100644 --- a/.github/workflows/author-assign.yml +++ b/.github/workflows/author-assign.yml @@ -11,11 +11,3 @@ jobs: - uses: toshimaru/auto-author-assign@v1.1.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" - - - name: Add Reviewers - uses: kentaro-m/auto-assign-action@v2.0.0 - with: - add-reviewers: true - reviewers: - - sanchitbajaj02 - repo-token: "${{ secrets.GITHUB_TOKEN }}"