diff --git a/.ci/.grenrc.js b/.ci/.grenrc.js index d93cf68..07a114e 100644 --- a/.ci/.grenrc.js +++ b/.ci/.grenrc.js @@ -2,6 +2,14 @@ module.exports = { "username": "elastic", "repo": "ecs-logging-php", "dataSource": "prs", + "ignoreLabels": [ + "breaking", + "bug", + "enhancement", + "feat", + "feature", + "fix", + "refactor"], "ignoreIssuesWith": [ "automation", "ci",