diff --git a/.grenrc.js b/.grenrc.js new file mode 100644 index 000000000000..9955604c9acd --- /dev/null +++ b/.grenrc.js @@ -0,0 +1,16 @@ +module.exports = { + "prefix": "v", + "ignoreIssuesWith": [ + "duplicate", + "wontfix", + "invalid", + "help wanted" + ], + "template": { + "issue": "- [{{text}}]({{url}}) {{name}}" + }, + "groupBy": { + "Enhancements:": ["feature", "internal"], + "Bug Fixes:": ["bug"] + } +};