diff --git a/.github/labels.yml b/.github/labels.yml index 293e41ead9..8d44c34baf 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -47,36 +47,6 @@ description: "Maintenance task" color: "fef2c0" -# ---------------------------------- -# TYPE PYTHON SDK -# ---------------------------------- -- name: "type/feature/py-sdk" - description: "New feature or request related to the Python SDK" - color: "a2eeef" - -- name: "type/bug/py-sdk" - description: "Something isn't working as expected related to the Python SDK" - color: "d73a4a" - -- name: "type/housekeeping/py-sdk" - description: "Maintenance task related to the Python SDK" - color: "fef2c0" - -# ---------------------------------- -# TYPE CTL -# ---------------------------------- -- name: "type/feature/ctl" - description: "New feature or request related to the infrahubctl command line" - color: "a2eeef" - -- name: "type/bug/ctl" - description: "Something isn't working as expected related to the infrahubctl command line" - color: "d73a4a" - -- name: "type/housekeeping/ctl" - description: "Maintenance task related to the infrahubctl command line" - color: "fef2c0" - # ---------------------------------- # TYPE ALL # ---------------------------------- diff --git a/.github/python_sdk-release-drafter.yml b/.github/python_sdk-release-drafter.yml index 3f6854fa84..b6379800b2 100644 --- a/.github/python_sdk-release-drafter.yml +++ b/.github/python_sdk-release-drafter.yml @@ -3,15 +3,12 @@ categories: - title: '🚀 Features' labels: - 'type/feature' - - 'type/feature/py-sdk' - title: '🐛 Bug Fixes' labels: - 'type/bug' - - 'type/bug/py-sdk' - title: '🧰 Maintenance' labels: - 'type/housekeeping' - - 'type/housekeeping/py-sdk' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' exclude-labels: - 'ci/skip-changelog'