-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
99 changed files
with
2,362 additions
and
1,508 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,38 +15,3 @@ jobs: | |
issuesOpened: | | ||
👋 @{{ author }},感谢给 TDesign 提出了 issue。 | ||
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。 | ||
# https://docs.github.com/cn/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#issues | ||
- uses: 94dreamer/issue-assignees@main | ||
id: assignees | ||
with: | ||
project_name: ${{github.event.repository.name}} | ||
issue_title: ${{github.event.issue.title}} | ||
|
||
- run: echo ${{ steps.assignees.outputs.contributors }} | ||
- name: Add assigness | ||
if: steps.assignees.outputs.contributors != '' | ||
uses: actions-cool/issues-helper@v3 | ||
with: | ||
actions: 'add-assignees' | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
issue-number: ${{ github.event.issue.number }} | ||
assignees: ${{ steps.assignees.outputs.contributors }} | ||
|
||
- run: | | ||
contributors=${{ steps.assignees.outputs.contributors }} | ||
contributorstring=${contributors//,/ @} | ||
echo "::set-output name=string::@$contributorstring" | ||
id: contributors | ||
- name: 通知贡献者 | ||
if: steps.assignees.outputs.contributors != '' | ||
uses: actions-cool/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
body: | | ||
♥️ 有劳 ${{ steps.contributors.outputs.string }} 尽快确认问题。 | ||
确认有效后将下一步计划和可能需要的时间回复给 @${{ github.event.issue.user.login }} 。 | ||
<!-- AUTO_ASSIGENEES_NOTIFY_HOOK --> | ||
number: ${{ github.event.issue.number }} | ||
body-include: "<!-- AUTO_ASSIGENEES_NOTIFY_HOOK -->" |
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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.