mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
18 lines
423 B
JSON
18 lines
423 B
JSON
{
|
|
"categories": [],
|
|
"ignore_labels": [],
|
|
"sort": "ASC",
|
|
"template": "## Changes\n\n${{UNCATEGORIZED}}",
|
|
"pr_template": "- ${{TITLE}}",
|
|
"empty_template": "- no changes",
|
|
"label_extractor": [],
|
|
"transformers": [],
|
|
"max_tags_to_fetch": 200,
|
|
"max_pull_requests": 200,
|
|
"max_back_track_time_days": 365,
|
|
"exclude_merge_branches": [],
|
|
"tag_resolver": {
|
|
"method": "semver"
|
|
},
|
|
"base_branches": []
|
|
}
|