From f9f8d4a7f85a0c76e896b9225076872c744c67d4 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 9 Feb 2021 11:45:50 +0000 Subject: [PATCH] Ignore labels in the changelog --- .ci/.grenrc.js | 8 ++++++++ 1 file changed, 8 insertions(+) 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",