diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-09 16:02:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-09 16:02:18 +0200 |
commit | 3d0dcb5e57c375d2e37ce4e6cd0f3c91f30d3ff8 (patch) | |
tree | e05d8c97ef96f6b8d7f578a8a53aa917faeb23dc /.github/workflows/auto-author-assign.yml | |
parent | a45ba57e0ed855e645c1d5e80181348fbad94f96 (diff) | |
parent | 890391885d66b517817c003648584ccd7e30d127 (diff) | |
download | vyos-1x-3d0dcb5e57c375d2e37ce4e6cd0f3c91f30d3ff8.tar.gz vyos-1x-3d0dcb5e57c375d2e37ce4e6cd0f3c91f30d3ff8.zip |
Merge pull request #3432 from vyos/feature/T6315-remove-reviewers-assignment
T6316: remove reviewers assignment in workflow as it will done by codeowners file.
Diffstat (limited to '.github/workflows/auto-author-assign.yml')
-rw-r--r-- | .github/workflows/auto-author-assign.yml | 10 |
1 files changed, 0 insertions, 10 deletions
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 |