diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-15 14:38:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-15 14:38:22 +0200 |
commit | 2b6820126d4891d5f7d2c53b66ba08468fe82f55 (patch) | |
tree | 7155e9133fb4459204efa3af009fd468f6e6a21e /.github/workflows/auto-author-assign.yml | |
parent | a7608991a8b381ad389e5492713e61a6ce3fd5d3 (diff) | |
parent | dcb5d50abd66e207156f371fb80e6497d33390e8 (diff) | |
download | vyos-1x-2b6820126d4891d5f7d2c53b66ba08468fe82f55.tar.gz vyos-1x-2b6820126d4891d5f7d2c53b66ba08468fe82f55.zip |
Merge pull request #3649 from vyos/mergify/bp/equuleus/pr-36471.3.8
T6487: updated central workflows to use equuleus branch (backport #3647)
Diffstat (limited to '.github/workflows/auto-author-assign.yml')
-rw-r--r-- | .github/workflows/auto-author-assign.yml | 20 |
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 |