diff --git a/.github/workflows/assign-reviewers.yml b/.github/workflows/assign-reviewers.yml deleted file mode 100644 index 5dadc3be..00000000 --- a/.github/workflows/assign-reviewers.yml +++ /dev/null @@ -1,12 +0,0 @@ -# Uses the .github/OWNERS file to assign appropriate reviewers to PRs -on: [pull_request] -jobs: - autolabeler-codeowners: - runs-on: ubuntu-latest - name: Assign Reviewers - steps: - - uses: actions/checkout@v1 - - name: Uses owners file to assign appropriate reviews to PR - uses: pratikmallya/autolabeler-codeowners@releases/v1 - with: - githubToken: ${{ secrets.GITHUB_TOKEN }}