mirror of
https://github.com/OpenCTI-Platform/opencti.git
synced 2025-12-23 16:50:17 +00:00
17 lines
333 B
JavaScript
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"]
|
|
}
|
|
};
|