Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 427266e

Browse files
authored
ci: update autolabeler.yml
1 parent 855a86c commit 427266e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/autolabeler.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
template: "Mandatory field" #https://github.com/release-drafter/release-drafter/blob/master/bin/generate-schema.js#L15
22
autolabeler:
3-
- label: 'breaking'
4-
body:
5-
- '/BREAKING CHANGE/i'
3+
# - label: 'breaking'
4+
# body:
5+
# - '/BREAKING CHANGE/i'
66
- label: 'fix'
77
title:
88
- '/^fix:/'
@@ -29,4 +29,4 @@ autolabeler:
2929
- '/^style:/'
3030
- label: 'test'
3131
title:
32-
- '/^test:/'
32+
- '/^test:/'

0 commit comments

Comments
 (0)