summaryrefslogtreecommitdiff
path: root/.github/workflows/auto-author-assign.yml
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2024-05-28 12:43:59 +0200
committerGitHub <noreply@github.com>2024-05-28 12:43:59 +0200
commit7dfb68ba3c5a5edbee9df7d3f93cbd1c32346bc0 (patch)
tree6438c3c30a3b316daa944551c6e54b2f1a6c2a15 /.github/workflows/auto-author-assign.yml
parentb0cd1ebf1b9cbd4b5ef9b289b1db3ef62a614c88 (diff)
parentba108f6ca4f94f6ecb81961e0068a4c715443885 (diff)
downloadvyos-documentation-7dfb68ba3c5a5edbee9df7d3f93cbd1c32346bc0.tar.gz
vyos-documentation-7dfb68ba3c5a5edbee9df7d3f93cbd1c32346bc0.zip
Merge pull request #1467 from vyos/mergify/bp/equuleus/pr-14641.3.8
T6410: applied reusable workflows (auto-author-assign,check-pr-conflicts,lint-doc) (backport #1464)
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 00000000..c3696ea4
--- /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@feature/T6349-reusable-workflows
+ secrets: inherit