Skip to content

Commit

Permalink
ci: use github existing labels
Browse files Browse the repository at this point in the history
  • Loading branch information
estahn committed Dec 16, 2022
1 parent 6eacc50 commit cc534c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conventional-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
type_labels: >
{
"feat": "feature",
"fix": "bugfix",
"feat": "enhancement",
"fix": "bug",
"breaking": "breaking-change"
}

0 comments on commit cc534c1

Please sign in to comment.