summaryrefslogtreecommitdiff
path: root/.github/workflows/auto-author-assign.yml
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-07-02 16:16:24 +0200
committerGitHub <noreply@github.com>2024-07-02 16:16:24 +0200
commit64aee19ad237a2f0b051d1cdecdbb8150e2cc74b (patch)
treecc40e77648499a4404e36a447b97adfe9abb2b22 /.github/workflows/auto-author-assign.yml
parent4ae741516480d3319a37549f12a3067409e1976c (diff)
parent53569a889d2caa5a1fa92a7328f4940038d53d43 (diff)
downloadvyos-build-equuleus.tar.gz
vyos-build-equuleus.zip
Merge pull request #669 from vyos/mergify/bp/equuleus/pr-668equuleus
T6508: pr workflows updated for branch and target (backport #668)
Diffstat (limited to '.github/workflows/auto-author-assign.yml')
-rw-r--r--.github/workflows/auto-author-assign.yml3
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..d540cabd 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@equuleus
secrets: inherit