Files
opencti/.grenrc.js
Samuel Hassine da94b95764 Gren config
2019-06-28 03:18:05 +02:00

17 lines
333 B
JavaScript

module.exports = {
"prefix": "v",
"ignoreIssuesWith": [
"duplicate",
"wontfix",
"invalid",
"help wanted"
],
"template": {
"issue": "- [{{text}}]({{url}}) {{name}}"
},
"groupBy": {
"Enhancements:": ["feature", "internal"],
"Bug Fixes:": ["bug"]
}
};