Skip to content

Commit

Permalink
[comm](github) add submodule create-or-update-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
morningman committed Nov 20, 2023
1 parent fec94b7 commit 66e579e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/create-or-update-comment
2 changes: 1 addition & 1 deletion .github/workflows/auto-pr-reply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 66e579e

Please sign in to comment.