File tree Expand file tree Collapse file tree 3 files changed +40
-25
lines changed
Expand file tree Collapse file tree 3 files changed +40
-25
lines changed Original file line number Diff line number Diff line change 1+ changelog :
2+ exclude :
3+ authors :
4+ - renovate[bot]
5+ categories :
6+ - title : Features
7+ labels :
8+ - feature
9+ - title : Bug Fixes
10+ labels :
11+ - fix
12+ - title : Miscellaneous Chores
13+ labels :
14+ - chore
15+ - ci
16+ - docs
17+ - test
18+ - title : Other Changes
19+ labels :
20+ - " *"
Original file line number Diff line number Diff line change 1+ on :
2+ pull_request_target :
3+ types : [opened, edited]
4+ name : conventional-release-labels
5+ jobs :
6+ label :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - uses : bcoe/conventional-release-labels@v1
10+ with :
11+ type_labels : |
12+ {
13+ "feat": "Feature",
14+ "fix": "Fix",
15+ "breaking": "Breaking",
16+ "chore": "Chore",
17+ "docs": "Docs",
18+ "test": "Test",
19+ "ci": "CI",
20+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments