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 623f324 commit 2677595
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 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",
"title": "## ASR\n\n<details><summary>Changelog</summary>",
"labels": ["asr"],
"exclude_labels": ["cherry-pick"]
},
{
"title": "\n\n</details>## TTS\n\n<details><summary>Changelog</summary>\n\n",
"title": "\n\n</details>## TTS\n\n<details><summary>Changelog</summary>",
"labels": ["tts"],
"exclude_labels": ["cherry-pick"]
},
{
"title": "\n\n</details>## NLP / NMT\n\n<details><summary>Changelog</summary>\n\n",
"title": "\n\n</details>## NLP / NMT\n\n<details><summary>Changelog</summary>",
"labels": ["nlp", "nmt", "megatron"],
"exclude_labels": ["cherry-pick"]
},
{
"title": "\n\n</details>## Text Normalization / Inverse Text Normalization\n\n<details><summary>Changelog</summary>\n\n",
"title": "\n\n</details>## Text Normalization / Inverse Text Normalization\n\n<details><summary>Changelog</summary>",
"labels": ["tn", "itn"],
"exclude_labels": ["cherry-pick"]
},
{
"title": "\n\n</details>## NeMo Tools\n\n<details><summary>Changelog</summary>\n\n",
"title": "\n\n</details>## NeMo Tools\n\n<details><summary>Changelog</summary>",
"labels": ["tools"],
"exclude_labels": ["cherry-pick"]
},
{
"title": "\n\n</details>## Export\n\n<details><summary>Changelog</summary>\n\n",
"title": "\n\n</details>## Export\n\n<details><summary>Changelog</summary>",
"labels": ["export"],
"exclude_labels": ["cherry-pick"]
},
{
"title": "\n\n</details>## Documentation\n\n<details><summary>Changelog</summary>\n\n",
"title": "\n\n</details>## Documentation\n\n<details><summary>Changelog</summary>",
"labels": ["docs"],
"exclude_labels": ["cherry-pick"]
},
{
"title": "\n\n</details>## Bugfixes\n\n<details><summary>Changelog</summary>\n\n",
"title": "\n\n</details>## Bugfixes\n\n<details><summary>Changelog</summary>",
"labels": ["bug"],
"exclude_labels": ["cherry-pick"]
},
{
"title": "\n\n</details>## Cherrypick\n\n<details><summary>Changelog</summary>\n\n",
"title": "\n\n</details>## Cherrypick\n\n<details><summary>Changelog</summary>",
"labels": ["cherry-pick"],
"exclude_labels": ["cherry-pick"]
}
Expand Down

0 comments on commit 2677595

Please sign in to comment.