issue-synchronize.temp.yml 449 B

1234567891011121314151617
  1. # force copy from tencent/tdesign
  2. name: Issue Add Assigness
  3. on:
  4. issues:
  5. types: [opened, reopened]
  6. jobs:
  7. mark-duplicate:
  8. runs-on: ubuntu-latest
  9. steps:
  10. # https://docs.github.com/cn/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#issues
  11. - uses: 94dreamer/create-report@main
  12. with:
  13. wxhook: ${{ secrets.WX_HOOK_URL }}
  14. token: ${{ secrets.GITHUB_TOKEN }}
  15. type: 'issue'