Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

Commit

Permalink
ci: add issue label for interface changes (#422)
Browse files Browse the repository at this point in the history
* ci: remove maintenance label from upgrade PRs
* ci: add Interface issue label
* ci: reorganize release drafer sections
  • Loading branch information
redeboer committed Jan 7, 2021
1 parent 3bf1b4f commit d76d729
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
8 changes: 5 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ tag-template: $NEXT_PATCH_VERSION

categories:
- title: 💡 New features
label: 💡 Enhancement
label: 💡 Feature
- title: ⚠️ Interface
label: ⚠️ Interface
- title: 🐛 Bug fixes
label: Bug
- title: 🔨 Interface changes
- title: 🔨 Internal maintenance
label: 🔨 Maintenance
- title: 📝 Documentation
label: 📝 Docs
- title: 🖱️ Internals
- title: 🖱️ Developer Experience
label: 🖱️ DX

change-template: "- $TITLE (#$NUMBER)"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/requirements-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
reviewers: ${{ github.actor }}
labels: |
🖱️ DX
🔨 Maintenance
branch-suffix: timestamp
delete-branch: true
token: ${{ secrets.PAT }}
Expand Down
13 changes: 9 additions & 4 deletions labels.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ color = "3E4B9E"
name = "Epic"
description = ""

["⚠️ Interface"]
color = "BFDADC"
name = "⚠️ Interface"
description = "Changes to the interface"

["⚪ Duplicate"]
color = "cfd3d7"
name = "⚪ Duplicate"
Expand All @@ -23,10 +28,10 @@ color = "88506B"
name = "❔ Question"
description = "Discuss this matter in the team"

["💡 Enhancement"]
["💡 Feature"]
color = "c2e0c6"
name = "💡 Enhancement"
description = "New feature or improvement of existing code"
name = "💡 Feature"
description = "New feature added to the package"

["💫 Good first issue"]
color = "F4EAEF"
Expand All @@ -41,7 +46,7 @@ description = "Improvements or additions to documentation"
["🔨 Maintenance"]
color = "FFCD8F"
name = "🔨 Maintenance"
description = "Refactoring or redesign"
description = "Refactoring that doesn't affect the interface"

["🖱️ DX"]
color = "fef2c0"
Expand Down

0 comments on commit d76d729

Please sign in to comment.