Skip to content

Commit

Permalink
ci(PR_COMMENT_CI): 降低无关评论触发运行频率 (#2028)
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 authored Jan 17, 2025
1 parent b4fd76f commit fefbe6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-comment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
auto-pr:
runs-on: ubuntu-latest
if: ${{ github.event.issue.pull_request }}
if: github.event.issue.pull_request && startsWith(github.event.comment.body, '/pr')
steps:
- name: Auto PR
uses: TDesignOteam//tdesign-pr-trigger-action@develop
Expand Down

0 comments on commit fefbe6d

Please sign in to comment.