diff options
| -rw-r--r-- | .github/reviewers.yml | 3 | ||||
| -rw-r--r-- | .github/workflows/auto-author-assign.yml | 10 | 
2 files changed, 0 insertions, 13 deletions
diff --git a/.github/reviewers.yml b/.github/reviewers.yml deleted file mode 100644 index a1647d20d..000000000 --- a/.github/reviewers.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -"**/*": -  - team: reviewers diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 1a7f8ef0b..0bfe972c0 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -15,13 +15,3 @@ jobs:          uses: toshimaru/auto-author-assign@v1.6.2          with:            repo-token: ${{ secrets.GITHUB_TOKEN }} - -  # https://github.com/shufo/auto-assign-reviewer-by-files -  assign_reviewer: -    runs-on: ubuntu-latest -    steps: -      - name: Request review based on files changes and/or groups the author belongs to -        uses: shufo/auto-assign-reviewer-by-files@v1.1.4 -        with: -          token: ${{ secrets.PR_ACTION_ASSIGN_REVIEWERS }} -          config: .github/reviewers.yml  | 
