Skip to content

Commit

Permalink
filter bot comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuyz0112 committed Dec 21, 2023
1 parent b4a5203 commit 92d29ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
handle_issue:
runs-on: ubuntu-latest
name: Create PR
if: "!contains(github.event.comment.body , '[vx.dev]')"
if: "!contains(github.event.comment.body , '[vx.dev]') && github.event.comment.user.type != 'bot'"
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 92d29ab

Please sign in to comment.