summaryrefslogtreecommitdiff
path: root/.github/workflows/auto-author-assign.yml
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2024-08-03 18:11:45 +0300
committerGitHub <noreply@github.com>2024-08-03 18:11:45 +0300
commita3fe142f77e8f166914a130523dbd6702ac539c6 (patch)
tree874b2ec75f31cea1d867ac7da64b120a340283fd /.github/workflows/auto-author-assign.yml
parentbcbcea678f2b892a8f76c8383ae10175e6007de0 (diff)
parente7a5bc85dd5d6eb63f9aab6f9b06c87a3a59b250 (diff)
downloadvyatta-bash-equuleus.tar.gz
vyatta-bash-equuleus.zip
Merge pull request #6 from vyos/mergify/bp/equuleus/pr-3equuleus
T6540: added workflows (current) (backport #3)
Diffstat (limited to '.github/workflows/auto-author-assign.yml')
-rw-r--r--.github/workflows/auto-author-assign.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml
new file mode 100644
index 0000000..aeedd0a
--- /dev/null
+++ b/.github/workflows/auto-author-assign.yml
@@ -0,0 +1,14 @@
+name: "PR Triage"
+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@equuleus
+ secrets: inherit