Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <[email protected]>
  • Loading branch information
ko3n1g committed Jul 18, 2024
1 parent 20f0773 commit c3d0c9d
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/workflows/config/changelog-config.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
{
"categories": [
{
"title": "## ASR \n\n<details><summary>Changelog</summary>\n\n</details>\n\n",
"title": "## ASR\n\n<details><summary>Changelog</summary>\n\n",
"labels": ["asr"],
"exclude_labels": ["cherry-pick"]
},
{
"title": "## TTS \n\n<details><summary>Changelog</summary>\n\n</details>\n\n",
"title": "\n\n</details>## TTS\n\n<details><summary>Changelog</summary>\n\n",
"labels": ["tts"],
"exclude_labels": ["cherry-pick"]
},
{
"title": "## NLP / NMT \n\n<details><summary>Changelog</summary>\n\n</details>\n\n",
"title": "\n\n</details>## NLP / NMT\n\n<details><summary>Changelog</summary>\n\n",
"labels": ["nlp", "nmt", "megatron"],
"exclude_labels": ["cherry-pick"]
},
{
"title": "## Text Normalization / Inverse Text Normalization \n\n<details><summary>Changelog</summary>\n\n</details>\n\n",
"title": "\n\n</details>## Text Normalization / Inverse Text Normalization\n\n<details><summary>Changelog</summary>\n\n",
"labels": ["tn", "itn"],
"exclude_labels": ["cherry-pick"]
},
{
"title": "## NeMo Tools \n\n<details><summary>Changelog</summary>\n\n</details>\n\n",
"title": "\n\n</details>## NeMo Tools\n\n<details><summary>Changelog</summary>\n\n",
"labels": ["tools"],
"exclude_labels": ["cherry-pick"]
},
{
"title": "## Export \n\n<details><summary>Changelog</summary>\n\n</details>\n\n",
"title": "\n\n</details>## Export\n\n<details><summary>Changelog</summary>\n\n",
"labels": ["export"],
"exclude_labels": ["cherry-pick"]
},
{
"title": "## Documentation \n\n<details><summary>Changelog</summary>\n\n</details>\n\n",
"title": "\n\n</details>## Documentation\n\n<details><summary>Changelog</summary>\n\n",
"labels": ["docs"],
"exclude_labels": ["cherry-pick"]
},
{
"title": "## Bugfixes \n\n<details><summary>Changelog</summary>\n\n</details>\n\n",
"title": "\n\n</details>## Bugfixes\n\n<details><summary>Changelog</summary>\n\n",
"labels": ["bug"],
"exclude_labels": ["cherry-pick"]
},
{
"title": "## Cherrypick \n\n<details><summary>Changelog</summary>\n\n</details>\n\n",
"title": "\n\n</details>## Cherrypick\n\n<details><summary>Changelog</summary>\n\n",
"labels": ["cherry-pick"],
"exclude_labels": ["cherry-pick"]
}
Expand All @@ -53,6 +53,12 @@
"template": "\n${{CHANGELOG}}\nUncategorized:\n${{UNCATEGORIZED}}\n\n",
"pr_template": "- ${{TITLE}} by @${{AUTHOR}} :: PR: #${{NUMBER}}",
"empty_template": "${{OWNER}}\n${{REPO}}\n${{FROM_TAG}}\n${{TO_TAG}}",
"custom_placeholder": [
{
"name": "test",

}
],
"label_extractor": [
{
"pattern": "(.*tts.*)|(.*g2p.*)",
Expand Down

0 comments on commit c3d0c9d

Please sign in to comment.