Skip to content

Commit e0bdbf0

Browse files
committed
chore: update labeler configuration to include 'dependencies' label and semantic checks
Added a new label for dependency-related changes and implemented checks for semantic pull request labels to ensure proper labeling before merging.
1 parent a302aec commit e0bdbf0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/labeler.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,20 @@ labels:
1313
- label: "docs"
1414
matcher:
1515
title: "^docs:.*"
16+
- label: "dependencies"
17+
matcher:
18+
title: "^chore(deps):.*"
19+
20+
checks:
21+
- context: "Semantic Pull Request"
22+
url: "https://github.com/settlemint/docs/blob/main/.github/labeler.yml"
23+
description:
24+
success: Ready for review & merge.
25+
failure: Missing semantic label for merge.
26+
labels:
27+
any:
28+
- feat
29+
- fix
30+
- chore
31+
- docs
32+
- dependencies

0 commit comments

Comments
 (0)