mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-24 09:22:53 +03:00
👷 Adds workflow to assign PR reviewers
This commit is contained in:
parent
7a028dde63
commit
9b9d804fc2
12
.github/workflows/assign-reviewers.yml
vendored
Normal file
12
.github/workflows/assign-reviewers.yml
vendored
Normal file
@ -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 }}
|
Loading…
Reference in New Issue
Block a user