Skip to content

Commit a663a9d

Browse files
committed
workflow: forgot to add changelog.yml
1 parent d48f813 commit a663a9d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/changelog.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
%YAML 1.1
2+
---
3+
resolve: commits
4+
owner: jimschubert
5+
repo: labeler
6+
groupings:
7+
- name: Functionality
8+
patterns: ['(?i)^new\b', '(?i)^initial\b', '(?i)^support\b', '(?i)^introduce\b', '(?i)^feat\b']
9+
- name: Fixes
10+
patterns: ['(?i)^fix\b', '(?i)^bug', '(?i).*fixes$']
11+
- name: Uncategorized
12+
patterns: ['.*']
13+
exclude:
14+
- '^(?i)wip\b'
15+
- '^(?i)help\b'
16+
- '^(?i)doc\b'
17+
- '^(?i)docs\b'
18+
- '^(?i)test\b'
19+
- '^(?i)trying\b'
20+
- '^(?i)workflow\b'
21+
- '^(?i)update readme\b'
22+
- '^(?i)style\b'
23+
- '^(?i)chore\b'
24+
sort: asc
25+
max_commits: 250
26+
local: false

0 commit comments

Comments
 (0)