Skip to content

Commit

Permalink
👷 Adds workflow to assign PR reviewers
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Aug 7, 2021
1 parent 7a028dd commit 9b9d804
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/assign-reviewers.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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 }}

0 comments on commit 9b9d804

Please sign in to comment.