From c8af4a4dc5db9d80b877251958e40e75598f5ba2 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 8 Aug 2021 13:36:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20Gets=20rid=20of=20assig?= =?UTF-8?q?n-reviews=20action,=20it's=20buggy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/assign-reviewers.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/assign-reviewers.yml 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 }}