diff --git a/.github/workflows/changelog-ci-config.json b/.github/workflows/changelog-ci-config.json deleted file mode 100644 index 75565acc8..000000000 --- a/.github/workflows/changelog-ci-config.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "changelog_type": "commit_message", - "header_prefix": "Version:", - "commit_changelog": true, - "comment_changelog": true, - "pull_request_title_regex": "^Release", - "group_config": [ - { - "title": "Bug Fixes", - "labels": ["bug", "bugfix"] - }, - { - "title": "Code Improvements", - "labels": ["improvements", "enhancement"] - }, - { - "title": "New Features", - "labels": ["feature"] - }, - { - "title": "Documentation Updates", - "labels": ["docs", "documentation", "doc"] - } - ] -}