Skip to content

Commit

Permalink
[Fix](WorkFlow)Auto replay not work
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed Dec 27, 2023
1 parent 3180ab2 commit 2eb2d9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/auto-pr-reply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ name: Auto Reply to PR

on:
pull_request:
types: [opened]

jobs:
comment:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -33,8 +34,6 @@ jobs:
- name: Comment on PR
uses: ./.github/actions/create-or-update-comment
with:
permissions:
issues: write
issue-number: ${{ github.event.pull_request.number }}
token: ${{ secrets.GITHUB_TOKEN }}
body: |
Expand Down

0 comments on commit 2eb2d9b

Please sign in to comment.