Skip to content

Commit

Permalink
Improve autolabeling (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare authored Apr 29, 2021
1 parent 0aa2927 commit 1ac3860
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,22 @@ autolabeler:
- label: "enhancement"
branch:
- '/feature\/.+/'
- '/add\/.+/'
- '/support\/.+/'
title:
- "/add/i"
- "/support/i"
- label: "refactoring"
branch:
- '/refactor\/.+/'
title:
- "/refactor/i"
- label: "removal"
branch:
- '/deprecate\/.+/'
- '/remove\/.+/'
title:
- "/deprecate/i"
- "/remove/i"
- label: "testing"
branch:
Expand Down

0 comments on commit 1ac3860

Please # to comment.