We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3563821 commit 043c892Copy full SHA for 043c892
.github/workflows/issue.yml
@@ -13,6 +13,6 @@ jobs:
13
- name: Automatically close issues that don't follow the issue template
14
uses: lucasbento/[email protected]
15
with:
16
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.ISSUE_TOKEN }}
17
issue-close-message: "@${issue.user.login}: 你好! :wave:\n\n因为你没有按模板新建issue,所以此issue已被自动关闭!请重新按issue模板新建issue" # optional property
18
closed-issues-label: "🙁 未按模板新建issue" # optional property
0 commit comments