You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
0 commit comments