Skip to content

Commit

Permalink
Merge pull request #7229 from Mic92/ci
Browse files Browse the repository at this point in the history
Auto-assign reviewers by file
  • Loading branch information
fricklerhandwerk authored Nov 11, 2022
2 parents 9550b1d + 48f840c commit bb27925
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/assign-by-files.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
# This files is used by https://github.com/marketplace/actions/auto-assign-reviewer-by-files
# to assign maintainers
"doc/**/*":
- fricklerhandwerk
12 changes: 12 additions & 0 deletions .github/workflows/assign-reviewer.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit bb27925

Please sign in to comment.