Skip to content

Commit

Permalink
Configure the new label
Browse files Browse the repository at this point in the history
Use the new label `part:dipatcher` in the issue template and the labeler
configuration.

Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
  • Loading branch information
llucax committed Aug 29, 2024
1 parent 876b5b0 commit 6429e60
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ body:
- Unit, integration and performance tests (part:tests)
- Build script, CI, dependencies, etc. (part:tooling)
- Actor (part:actor)
- Hight-level interface / `Dispatcher` (part:dispatcher)
validations:
required: true
- type: textarea
Expand Down
1 change: 1 addition & 0 deletions .github/keylabeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ labelMappings:
"part:tooling": "part:tooling"
"part:❓": "part:❓"
"part:actor": "part:actor"
"part:dispatcher": "part:dispatcher"
8 changes: 8 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,11 @@
- changed-files:
- any-glob-to-any-file:
- "src/frequenz/dispatch/actor.py"

"part:dispatcher":
- changed-files:
- any-glob-to-any-file:
- "src/**/*.py"
- all-glob-to-all-file:
- "!**/conftest.py"
- "!src/frequenz/dispatch/actor.py"

0 comments on commit 6429e60

Please sign in to comment.