Skip to content

Commit 2476eb1

Browse files
committed
Configure the new label
Use the new label `part:dipatcher` in the issue template and the labeler configuration. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 876b5b0 commit 2476eb1

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 8 additions & 0 deletions
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)