This is an automated email from the ASF dual-hosted git repository.

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new a472d68c5f [Chore ] CI add auto-assign-action (#16165)
a472d68c5f is described below

commit a472d68c5ff86b313027902e5467a6016b9835b6
Author: xiangzihao <[email protected]>
AuthorDate: Mon Jun 17 17:16:24 2024 +0800

    [Chore ] CI add auto-assign-action (#16165)
    
    * add .github/actions/auto-assign-action
    
    * add auto assign-action to fix ci error
---
 .github/actions/auto-assign-action | 1 +
 .gitmodules                        | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/.github/actions/auto-assign-action 
b/.github/actions/auto-assign-action
new file mode 160000
index 0000000000..288f36f8ce
--- /dev/null
+++ b/.github/actions/auto-assign-action
@@ -0,0 +1 @@
+Subproject commit 288f36f8cea1dded676b9c4477a64ff91e50c104
diff --git a/.gitmodules b/.gitmodules
index 3b91677a6a..bb2ed97946 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -21,3 +21,7 @@
 [submodule ".github/actions/translate-on-issue"]
        path = .github/actions/translate-on-issue
        url = https://github.com/xingchun-chen/translation-helper
+[submodule ".github/actions/auto-assign-action"]
+       path = .github/actions/auto-assign-action
+       url = https://github.com/kentaro-m/auto-assign-action.git
+       branch = 288f36f

Reply via email to