Skip to content

Commit

Permalink
Merge pull request #2850 from opsmill/dga-20240407-labels-2758
Browse files Browse the repository at this point in the history
Remove Python SDK and CTL specific tags
  • Loading branch information
dgarros authored Apr 8, 2024
2 parents 1e68af1 + 40c42b1 commit 9ad4c00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
30 changes: 0 additions & 30 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# ----------------------------------
Expand Down
3 changes: 0 additions & 3 deletions .github/python_sdk-release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9ad4c00

Please sign in to comment.