Skip to content

Commit

Permalink
Ignore labels in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored and SergeyKleyman committed Feb 10, 2021
1 parent cacc227 commit f9f8d4a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .ci/.grenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f9f8d4a

Please sign in to comment.