Skip to content

Commit 22c026e

Browse files
committed
add 'tests' scope for semantic PR reviewer
1 parent 1b73806 commit 22c026e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/release-drafter.yml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ categories:
1515
- "chore"
1616
- "ci"
1717
- "refactor"
18+
- "testing"
1819
- title: "Documentation 📖"
1920
label: "docs"
2021
change-template: "- $TITLE (#$NUMBER)"
@@ -38,6 +39,9 @@ autolabeler:
3839
- label: "chore"
3940
title:
4041
- '/^chore(\(.*\))?\:/i'
42+
- label: "testing"
43+
title:
44+
- '/^tests(\(.*\))?\:/i'
4145
- label: "ci"
4246
title:
4347
- '/^ci(\(.*\))?\:/i'

0 commit comments

Comments
 (0)