Merge pull request #7229 from Mic92/ci

Auto-assign reviewers by file
This commit is contained in:
Valentin Gagarin
2022-11-11 13:39:46 +01:00
committed by GitHub
2 changed files with 17 additions and 0 deletions

12
.github/workflows/assign-reviewer.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: "Auto Assign"
on:
- pull_request
jobs:
assign_reviewer:
runs-on: ubuntu-latest
steps:
- uses: shufo/auto-assign-reviewer-by-files@v1.1.4
with:
config: ".github/assign-by-files.yml"
token: ${{ secrets.GITHUB_TOKEN }}