Merge pull request #7448 from edolstra/remove-auto-assign

Remove auto assign
This commit is contained in:
Eelco Dolstra
2022-12-12 15:01:56 +01:00
committed by GitHub
2 changed files with 0 additions and 17 deletions
-5
View File
@@ -1,5 +0,0 @@
---
# This files is used by https://github.com/marketplace/actions/auto-assign-reviewer-by-files
# to assign maintainers
"doc/**/*":
- fricklerhandwerk
-12
View File
@@ -1,12 +0,0 @@
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 }}