From 8ede75019a20de0f4dcce8db2a1a0f416f0302ab Mon Sep 17 00:00:00 2001 From: David Ko Date: Sat, 4 Jan 2025 19:14:49 +0800 Subject: [PATCH] chore(action): create auto-author-assign.yml Signed-off-by: David Ko --- .github/workflows/auto-author-assign.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/auto-author-assign.yml diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml new file mode 100644 index 0000000000..016c580fb8 --- /dev/null +++ b/.github/workflows/auto-author-assign.yml @@ -0,0 +1,9 @@ +name: Auto Author Assign + +on: + pull_request_target: + types: [ opened, reopened ] + +jobs: + assign-author: + uses: longhorn/longhorn/.github/workflows/auto-author-assign.yml@master