diff --git a/.github/actions/create-or-update-comment b/.github/actions/create-or-update-comment new file mode 160000 index 000000000000000..23ff15729ef2fc3 --- /dev/null +++ b/.github/actions/create-or-update-comment @@ -0,0 +1 @@ +Subproject commit 23ff15729ef2fc348714a3bb66d2f655ca9066f2 diff --git a/.github/workflows/auto-pr-reply.yml b/.github/workflows/auto-pr-reply.yml index 16a993312d40678..187c2fc18b48a37 100644 --- a/.github/workflows/auto-pr-reply.yml +++ b/.github/workflows/auto-pr-reply.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Comment on PR - uses: peter-evans/create-or-update-comment@v1 + uses: ./.github/actions/create-or-update-comment with: issue-number: ${{ github.event.pull_request.number }} body: | diff --git a/.gitmodules b/.gitmodules index a4e579b1794833d..a74391391474955 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,3 +24,6 @@ path = be/src/clucene url = https://github.com/apache/doris-thirdparty.git branch = clucene +[submodule ".github/actions/create-or-update-comment"] + path = .github/actions/create-or-update-comment + url = https://github.com/peter-evans/create-or-update-comment