🗑️ Gets rid of assign-reviews action, it's buggy

This commit is contained in:
Alicia Sykes 2021-08-08 13:36:47 +01:00 committed by GitHub
parent c9733cc45d
commit c8af4a4dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -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 }}