Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed Nov 22, 2023
1 parent 037601f commit 5f29c53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-pr-reply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ name: Auto Reply to PR

on:
pull_request:
types: [opened]

jobs:
comment:
Expand All @@ -27,6 +28,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
persist-credentials: false
submodules: recursive
- name: Comment on PR
uses: ./.github/actions/create-or-update-comment
Expand Down

0 comments on commit 5f29c53

Please sign in to comment.