From f58aa69eb56d77f9202ce1bcd68f666c1ef0bfde Mon Sep 17 00:00:00 2001 From: Oliver Koenig Date: Thu, 18 Jul 2024 12:10:10 +0200 Subject: [PATCH] test Signed-off-by: Oliver Koenig --- .github/workflows/config/changelog-config.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/config/changelog-config.json b/.github/workflows/config/changelog-config.json index 8a3012556293e..161d99f26aa01 100644 --- a/.github/workflows/config/changelog-config.json +++ b/.github/workflows/config/changelog-config.json @@ -6,42 +6,42 @@ "exclude_labels": ["cherry-pick"] }, { - "title": "\n\n## TTS\n\n
Changelog", + "title": "
## TTS\n\n
Changelog", "labels": ["tts"], "exclude_labels": ["cherry-pick"] }, { - "title": "\n\n
## NLP / NMT\n\n
Changelog", + "title": "
## NLP / NMT\n\n
Changelog", "labels": ["nlp", "nmt", "megatron"], "exclude_labels": ["cherry-pick"] }, { - "title": "\n\n
## Text Normalization / Inverse Text Normalization\n\n
Changelog", + "title": "
## Text Normalization / Inverse Text Normalization\n\n
Changelog", "labels": ["tn", "itn"], "exclude_labels": ["cherry-pick"] }, { - "title": "\n\n
## NeMo Tools\n\n
Changelog", + "title": "
## NeMo Tools\n\n
Changelog", "labels": ["tools"], "exclude_labels": ["cherry-pick"] }, { - "title": "\n\n
## Export\n\n
Changelog", + "title": "
## Export\n\n
Changelog", "labels": ["export"], "exclude_labels": ["cherry-pick"] }, { - "title": "\n\n
## Documentation\n\n
Changelog", + "title": "
## Documentation\n\n
Changelog", "labels": ["docs"], "exclude_labels": ["cherry-pick"] }, { - "title": "\n\n
## Bugfixes\n\n
Changelog", + "title": "
## Bugfixes\n\n
Changelog", "labels": ["bug"], "exclude_labels": ["cherry-pick"] }, { - "title": "\n\n
## Cherrypick\n\n
Changelog", + "title": "
## Cherrypick\n\n
Changelog", "labels": ["cherry-pick"], "exclude_labels": ["cherry-pick"] }