- add additional settings to ensure we won't spend the whole API quota if a merge included non anticipated commits
This commit is contained in:
@@ -59,11 +59,18 @@ By default the action will look for a file called `configuration.json` within th
|
||||
"pattern": "[\\-\\*] (\\[(...|TEST|CI|SKIP)\\])( )?(.+?)\n(.+?[\\-\\*] )(.+)",
|
||||
"target": "- $4\n - $6"
|
||||
}
|
||||
],
|
||||
"max_tags_to_fetch": 200,
|
||||
"max_pull_requests": 200,
|
||||
"max_back_track_time_days": 90,
|
||||
"exclude_merge_branches": [
|
||||
"Owner/qa"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
Any section of the configruation can be ommited, to have defaults apply
|
||||
Defaults for the configuraiton can be found in the [configuration.ts](https://github.com/mikepenz/release-changelog-builder-action/blob/develop/src/configuration.ts)
|
||||
|
||||
|
||||
## Advanced workflow specification
|
||||
|
||||
Reference in New Issue
Block a user