Skip to content

Commit c65053f

Browse files
authored
Configure the new label (#48)
Use the new label `part:dipatcher` in the issue template and the labeler configuration.
2 parents 876b5b0 + 2476eb1 commit c65053f

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ body:
5151
- Unit, integration and performance tests (part:tests)
5252
- Build script, CI, dependencies, etc. (part:tooling)
5353
- Actor (part:actor)
54+
- Hight-level interface / `Dispatcher` (part:dispatcher)
5455
validations:
5556
required: true
5657
- type: textarea

.github/keylabeler.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ labelMappings:
1717
"part:tooling": "part:tooling"
1818
"part:❓": "part:❓"
1919
"part:actor": "part:actor"
20+
"part:dispatcher": "part:dispatcher"

.github/labeler.yml

+8
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,11 @@
6565
- changed-files:
6666
- any-glob-to-any-file:
6767
- "src/frequenz/dispatch/actor.py"
68+
69+
"part:dispatcher":
70+
- changed-files:
71+
- any-glob-to-any-file:
72+
- "src/**/*.py"
73+
- all-globs-to-all-files:
74+
- "!**/conftest.py"
75+
- "!src/frequenz/dispatch/actor.py"

0 commit comments

Comments
 (0)