Skip to content

Commit

Permalink
[Chore](workflow)Fix Pr comment not worker
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed Nov 22, 2023
1 parent b1f5b2e commit 1b116cf
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/auto-pr-reply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ jobs:
comment:
runs-on: ubuntu-latest
steps:
- name: Comment on PR
uses: ./.github/actions/create-or-update-comment
with:
persist-credentials: false
submodules: recursive
issue-number: ${{ github.event.pull_request.number }}
body: |
Thank you for your contribution to Apache Doris.
Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+your+PR)
- name: Checkout
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Comment on PR
uses: ./.github/actions/create-or-update-comment
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
Thank you for your contribution to Apache Doris.
Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+your+PR)

0 comments on commit 1b116cf

Please sign in to comment.