Skip to content

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Feb 8, 2021
1 parent 87913b2 commit 356366f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"node": "14",
"sandboxes": ["crazy-glade-hp586"]
"sandboxes": ["react-jinke-music-player-template-hp586"]
}
20 changes: 0 additions & 20 deletions .github/workflows/issue-invalid-check.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/issue-need-reproduce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
Hello @${{ github.event.issue.user.login }}, please provide a online reproduction, and add some steps comment. Issues labeled by Need Reproduce will be closed if no activities in 7 days.
你好 @${{ github.event.issue.user.login }},请提供一个可以在线访问的链接, 并详细说明复现步骤, 7天内未回复issue自动关闭。
Hello @${{ github.event.issue.user.login }}, please provide a online reproduction forking [codesandbox template](https://codesandbox.io/s/react-jinke-music-player-template-hp586), add some steps comment and paste some browser console log screenshots.
Issues labeled by Need Reproduce will be closed if no activities in 7 days.
你好 @${{ github.event.issue.user.login }},请提供一个可以在线访问的链接, 或者使用[codesandbox](https://codesandbox.io/s/react-jinke-music-player-template-hp586) 或者 并详细说明复现步骤, 如果控制台有报错, 请截图说明, 7天内未回复issue自动关闭。

0 comments on commit 356366f

Please sign in to comment.