Skip to content

Commit

Permalink
ci: add PR_COMMENT_CI (#2027)
Browse files Browse the repository at this point in the history
* ci: add PR_COMMENT_CI

* ci: add PR_COMMENT_CI
  • Loading branch information
liweijie0812 authored Jan 16, 2025
1 parent 01a5dbe commit b4fd76f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pr-comment-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: PR_COMMENT_CI

on:
issue_comment:
types: [created]

jobs:
auto-pr:
runs-on: ubuntu-latest
if: ${{ github.event.issue.pull_request }}
steps:
- name: Auto PR
uses: TDesignOteam//tdesign-pr-trigger-action@develop
with:
token: ${{ secrets.TDESIGN_BOT_TOKEN }}

0 comments on commit b4fd76f

Please sign in to comment.