Skip to content

Commit 1fe7591

Browse files
committed
Add support for the part:pytest label
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 8e1876b commit 1fe7591

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ body:
6161
- Tools to configure nox (part:nox)
6262
- Tools to configure protobufs (part:protobuf)
6363
- Tools to configure the CI (part:ci)
64+
- Tools to configure pytest (part:pytest)
6465
validations:
6566
required: true
6667
- type: textarea

.github/keylabeler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ labelMappings:
2727
"part:model-only": "part:model-only"
2828
"part:nox": "part:nox"
2929
"part:protobuf": "part:protobuf"
30+
"part:pytest": "part:pytest"

.github/labeler.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,9 @@
6969
- "src/frequenz/repo/config/protobuf*"
7070
all:
7171
- "!tests*/**"
72+
73+
"part:pytest":
74+
- any:
75+
- "src/frequenz/repo/config/pytest"
76+
all:
77+
- "!tests*/**"

0 commit comments

Comments
 (0)