diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-06-22 15:44:40 +0530 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-06-26 20:08:33 +0200 |
commit | cede3f23088c291995cf985a8e65fed838e06d1d (patch) | |
tree | c06a16ee75afcfd315f6d19bbb15e794a7a921af /.github/workflows/auto-author-assign.yml | |
parent | e642c4682ce473e1af678f1c0e7225822a4faecd (diff) | |
download | vyos-build-cede3f23088c291995cf985a8e65fed838e06d1d.tar.gz vyos-build-cede3f23088c291995cf985a8e65fed838e06d1d.zip |
T6508: pr workflows updated for branch and target
(cherry picked from commit 4300ed36ef6006c15130234344d321c032a8b271)
Diffstat (limited to '.github/workflows/auto-author-assign.yml')
-rw-r--r-- | .github/workflows/auto-author-assign.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index c3696ea4..96d99c67 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -3,12 +3,11 @@ on: pull_request_target: types: [opened, reopened, ready_for_review, locked] - permissions: pull-requests: write contents: read jobs: assign-author: - uses: vyos/.github/.github/workflows/assign-author.yml@feature/T6349-reusable-workflows + uses: vyos/.github/.github/workflows/assign-author.yml@circinus secrets: inherit |