From dcb5d50abd66e207156f371fb80e6497d33390e8 Mon Sep 17 00:00:00 2001 From: kumvijaya Date: Fri, 14 Jun 2024 17:48:34 +0530 Subject: T6487: updated central workflows to use current branch (cherry picked from commit 6c4bd6cdaa6008f05ed610742a4cc7e79988b737) --- .github/workflows/auto-author-assign.yml | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) (limited to '.github/workflows/auto-author-assign.yml') diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 13bfd9bb1..d540cabd6 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -5,23 +5,9 @@ on: permissions: pull-requests: write + contents: read jobs: - # https://github.com/marketplace/actions/auto-author-assign assign-author: - runs-on: ubuntu-latest - steps: - - name: "Assign Author to PR" - uses: toshimaru/auto-author-assign@v1.3.5 - 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 + uses: vyos/.github/.github/workflows/assign-author.yml@equuleus + secrets: inherit -- cgit v1.2.3