diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/reviewers.yml | 4 | ||||
-rw-r--r-- | .github/workflows/auto-author-assign.yml | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/.github/reviewers.yml b/.github/reviewers.yml index 1748ddbbc..a1647d20d 100644 --- a/.github/reviewers.yml +++ b/.github/reviewers.yml @@ -1,5 +1,3 @@ --- "**/*": - - vyos/reviewers - - vyos/reviewers - - vyos/reviewers + - team: reviewers diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index a769145f8..13bfd9bb1 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -23,5 +23,5 @@ jobs: - 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.GITHUB_TOKEN }} + token: ${{ secrets.PR_ACTION_ASSIGN_REVIEWERS }} config: .github/reviewers.yml |