react-code-dataset / react-grid-layout /.github /changelog-configuration.json
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
{
"categories": [
{
"title": "## ๐Ÿš€ Features",
"labels": ["feature"]
},
{
"title": "## ๐Ÿ› Fixes",
"labels": ["fix"]
},
{
"title": "## ๐Ÿงช Tests",
"labels": ["test"]
}
],
"ignore_labels": ["ignore_changelog"],
"sort": "ASC",
"template": "${{CHANGELOG}}\n\n<details open>\n<summary>Uncategorized</summary>\n\n${{UNCATEGORIZED}}\n</details>",
"pr_template": "- ${{TITLE}}\n - PR: #${{NUMBER}}",
"empty_template": "- no changes",
"label_extractor": [
{
"pattern": "\\[Issue\\]",
"on_property": "title",
"method": "match"
}
],
"transformers": [],
"max_tags_to_fetch": 200,
"max_pull_requests": 200,
"max_back_track_time_days": 365,
"exclude_merge_branches": [],
"tag_resolver": {},
"base_branches": []
}