summaryrefslogtreecommitdiff
path: root/.github/workflows/auto-author-assign.yml
diff options
context:
space:
mode:
authorkumvijaya <kumvijaya@gmail.com>2024-06-14 17:48:34 +0530
committerChristian Breunig <christian@breunig.cc>2024-06-15 08:14:40 +0200
commitdcb5d50abd66e207156f371fb80e6497d33390e8 (patch)
tree7155e9133fb4459204efa3af009fd468f6e6a21e /.github/workflows/auto-author-assign.yml
parenta7608991a8b381ad389e5492713e61a6ce3fd5d3 (diff)
downloadvyos-1x-dcb5d50abd66e207156f371fb80e6497d33390e8.tar.gz
vyos-1x-dcb5d50abd66e207156f371fb80e6497d33390e8.zip
T6487: updated central workflows to use current branch
(cherry picked from commit 6c4bd6cdaa6008f05ed610742a4cc7e79988b737)
Diffstat (limited to '.github/workflows/auto-author-assign.yml')
-rw-r--r--.github/workflows/auto-author-assign.yml20
1 files changed, 3 insertions, 17 deletions
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