diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-12-17 11:13:47 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-12-17 11:16:53 +0100 |
commit | c83b70c93db2818ad799c7a699fad47945407786 (patch) | |
tree | a598e8d5f314099e2e832efacb73505e85628371 /.github/workflows/auto-author-assign.yml | |
parent | 04c6326d31a32e97a01bbe6002ba3f5d67f24984 (diff) | |
download | vyos-1x-c83b70c93db2818ad799c7a699fad47945407786.tar.gz vyos-1x-c83b70c93db2818ad799c7a699fad47945407786.zip |
GitHub: sync to author assign workflow changed from current
Use the vyos/reviewers team instead of individuals.
Diffstat (limited to '.github/workflows/auto-author-assign.yml')
-rw-r--r-- | .github/workflows/auto-author-assign.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 81134206b..13bfd9bb1 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 |