summaryrefslogtreecommitdiff
path: root/.github/workflows/auto-author-assign.yml
diff options
context:
space:
mode:
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..c3696ea
--- /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