Skip to content

Commit

Permalink
Merge pull request #42 from sa03/main
Browse files Browse the repository at this point in the history
chore(workflow): add issue synchronize
  • Loading branch information
dntzhang authored Jun 18, 2024
2 parents 2122d63 + 8fb1644 commit f6623ed
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/issue-synchronize.temp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# force copy from tencent/tdesign
name: Issue Synchronize

on:
issues:
types: [opened, reopened]

jobs:
synchronize:
runs-on: ubuntu-latest
steps:
# https://docs.github.com/cn/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#issues
- uses: TDesignOteam/create-report@main
with:
wxhook: ${{ secrets.WX_HOOK_URL }}
token: ${{ secrets.GITHUB_TOKEN }}
type: 'issue'

0 comments on commit f6623ed

Please sign in to comment.