We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
part:pytest
1 parent 8e1876b commit 1fe7591Copy full SHA for 1fe7591
.github/ISSUE_TEMPLATE/bug.yml
@@ -61,6 +61,7 @@ body:
61
- Tools to configure nox (part:nox)
62
- Tools to configure protobufs (part:protobuf)
63
- Tools to configure the CI (part:ci)
64
+ - Tools to configure pytest (part:pytest)
65
validations:
66
required: true
67
- type: textarea
.github/keylabeler.yml
@@ -27,3 +27,4 @@ labelMappings:
27
"part:model-only": "part:model-only"
28
"part:nox": "part:nox"
29
"part:protobuf": "part:protobuf"
30
+ "part:pytest": "part:pytest"
.github/labeler.yml
@@ -69,3 +69,9 @@
69
- "src/frequenz/repo/config/protobuf*"
70
all:
71
- "!tests*/**"
72
+
73
+"part:pytest":
74
+ - any:
75
+ - "src/frequenz/repo/config/pytest"
76
+ all:
77
+ - "!tests*/**"
0 commit comments