不明白怎么处理复杂的业务逻辑,事务管理? #1546
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue Mark Assignees | |
on: | |
issue_comment: | |
types: [created, edited] | |
jobs: | |
mark-assignees: | |
runs-on: ubuntu-latest | |
steps: | |
- name: mark-assignees | |
uses: actions-cool/issues-helper@v3 | |
with: | |
actions: 'mark-assignees' | |
token: ${{ secrets.ILLA_BOT_TOKEN }} |