Browse Source

chore: update issue actions

pull/40188/head
MadCcc 2 years ago
parent
commit
716e56b3ae
  1. 7
      .github/workflows/issue-labeled.yml

7
.github/workflows/issue-labeled.yml

@ -79,10 +79,3 @@ jobs:
Hello @${{ github.event.issue.user.login }}, your issue has been closed because it does not conform to our issue requirements. Please use the [Issue Helper](http://new-issue.ant.design) to create an issue, thank you!
你好 @${{ github.event.issue.user.login }},为了能够进行高效沟通,我们对 issue 有一定的格式要求,你的 issue 因为不符合要求而被自动关闭。你可以通过 [issue 助手](http://new-issue.ant.design) 来创建 issue 以方便我们定位错误。谢谢配合!
- name: rtl
if: github.event.label.name == 'rtl'
uses: actions-cool/issues-helper@v3
with:
actions: 'add-assignees'
assignees: 'xrkffgg'

Loading…
Cancel
Save