summaryrefslogtreecommitdiff
path: root/.github/workflows/auto-author-assign.yml
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-05-18 08:10:58 +0530
committerGitHub <noreply@github.com>2024-05-18 05:40:58 +0300
commit807791a01f946784a7e192b0e827ec891c112a77 (patch)
tree5ed3070181b69e68b4b94a9ffceab604f99e701e /.github/workflows/auto-author-assign.yml
parent6b70110062190cae48770613d546ab89cb4c4de5 (diff)
downloadvyos-1x-807791a01f946784a7e192b0e827ec891c112a77.tar.gz
vyos-1x-807791a01f946784a7e192b0e827ec891c112a77.zip
T6349: updated conflict check workflow (#3468)
* T6349: updated conflict workflow * T6349: updated conflict workflow * T6349: updated all workflows to use reusable workflows * T6349: updated all workflows to use reusable workflows
Diffstat (limited to '.github/workflows/auto-author-assign.yml')
-rw-r--r--.github/workflows/auto-author-assign.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml
index 0bfe972c0..1f69f4807 100644
--- a/.github/workflows/auto-author-assign.yml
+++ b/.github/workflows/auto-author-assign.yml
@@ -7,11 +7,6 @@ permissions:
pull-requests: write
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.6.2
- with:
- repo-token: ${{ secrets.GITHUB_TOKEN }}
+ uses: vyos/.github/.github/workflows/assign-author.yml@feature/T6349-reusable-workflows
+ secrets: inherit