Skip to content

Commit c45bf7e

Browse files
Install close-issue-app
1 parent 8266110 commit c45bf7e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/issue-close-app.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Comment that will be sent if an issue is judged to be closed.
2+
comment: "This issue has been closed because it does not meet our Issue template. Please read our [guidelines for contributing](https://github.com/theme-next/hexo-theme-next/blob/master/.github/CONTRIBUTING.md#how-can-i-contribute)."
3+
issueConfigs:
4+
# There can be several configs for different kind of issues.
5+
- content:
6+
- "Issue Checklist"
7+
# Optional configuration:
8+
#
9+
# whether the keywords are case-insensitive
10+
# default value is false, which means keywords are case-sensitive
11+
caseInsensitive: true
12+
# the label that will be added when the bot close an issue
13+
# The bot will only add a label if this property is set.
14+
label: "Invalid"
15+
# The issue is judged to be legal if it includes all keywords from any of these two configs.
16+
# Or it will be closed by the app.

0 commit comments

Comments
 (0)