diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/reviewers.yml | 20 | ||||
-rw-r--r-- | .github/workflows/auto-author-assign.yml | 4 |
2 files changed, 4 insertions, 20 deletions
diff --git a/.github/reviewers.yml b/.github/reviewers.yml index 66c99e90..a1647d20 100644 --- a/.github/reviewers.yml +++ b/.github/reviewers.yml @@ -1,19 +1,3 @@ --- -docker-vyos/**: - - sever-sever - - DmitriyEshenko - -vars/**: - - c-po - - UnicronNL - -.github/**: - - c-po - - dmbaturin - - UnicronNL - -'**': - - c-po - - dmbaturin - - jestabro - - UnicronNL +"**/*": + - team: reviewers diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 81134206..13bfd9bb 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -21,7 +21,7 @@ jobs: 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.1 + uses: shufo/auto-assign-reviewer-by-files@v1.1.4 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PR_ACTION_ASSIGN_REVIEWERS }} config: .github/reviewers.yml |