mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-23 19:20:53 +08:00
Update issue_lint.yml
This commit is contained in:
parent
3be77616e7
commit
fea7f3647e
7
.github/workflows/issue_lint.yml
vendored
7
.github/workflows/issue_lint.yml
vendored
@ -43,6 +43,13 @@ jobs:
|
|||||||
body: '此issue由于不符合模板规范已经自动关闭,请重新按照模板规范确保包含模板中所有章节标题再提交\n',
|
body: '此issue由于不符合模板规范已经自动关闭,请重新按照模板规范确保包含模板中所有章节标题再提交\n',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
await github.rest.issues.addLabels({
|
||||||
|
owner: context.issue.owner,
|
||||||
|
repo: context.issue.repo,
|
||||||
|
issue_number: context.issue.number,
|
||||||
|
labels: ['自动关闭']
|
||||||
|
});
|
||||||
|
|
||||||
await github.rest.issues.update({
|
await github.rest.issues.update({
|
||||||
owner: context.issue.owner,
|
owner: context.issue.owner,
|
||||||
repo: context.issue.repo,
|
repo: context.issue.repo,
|
||||||
|
Loading…
Reference in New Issue
Block a user