summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-05-09 15:09:58 +0530
committerkumvijaya <kumvijaya@gmail.com>2024-05-09 15:31:02 +0530
commit890391885d66b517817c003648584ccd7e30d127 (patch)
treee05d8c97ef96f6b8d7f578a8a53aa917faeb23dc /.github
parenta45ba57e0ed855e645c1d5e80181348fbad94f96 (diff)
downloadvyos-1x-890391885d66b517817c003648584ccd7e30d127.tar.gz
vyos-1x-890391885d66b517817c003648584ccd7e30d127.zip
T6316: remove reviewers assignment in workflow as it will done by codeowners file
T6316: remove reviewers yml as it is controlled in global level
Diffstat (limited to '.github')
-rw-r--r--.github/reviewers.yml3
-rw-r--r--.github/workflows/auto-author-assign.yml10
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