Skip to content

Commit

Permalink
Merge pull request #12 from llucax/add-labels
Browse files Browse the repository at this point in the history
Add new labels to configuration files
  • Loading branch information
llucax authored Feb 6, 2024
2 parents da6691e + 9da5626 commit 23352f6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/keylabeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ caseSensitive: true
# Explicit keyword mappings to labels. Form of match:label. Required.
labelMappings:
"part:docs": "part:docs"
"part:grid": "part:grid"
"part:location": "part:location"
"part:market": "part:market"
"part:metrics": "part:metrics"
"part:microgrid": "part:microgrid"
"part:pagination": "part:pagination"
"part:tests": "part:tests"
"part:tooling": "part:tooling"
"part:❓": "part:❓"
# TODO(cookiecutter): Add other parts
# Please have in mind that that the part:xxx labels need to
# be created in the GitHub repository.
24 changes: 24 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,30 @@
- "examples/**"
- LICENSE

"part:grid":
- "src/frequenz/client/common/grid*"
- "src/frequenz/client/common/grid/**"

"part:location":
- "src/frequenz/client/common/location*"
- "src/frequenz/client/common/location/**"

"part:market":
- "src/frequenz/client/common/market*"
- "src/frequenz/client/common/market/**"

"part:metrics":
- "src/frequenz/client/common/metrics*"
- "src/frequenz/client/common/metrics/**"

"part:microgrid":
- "src/frequenz/client/common/microgrid*"
- "src/frequenz/client/common/microgrid/**"

"part:pagination":
- "src/frequenz/client/common/pagination*"
- "src/frequenz/client/common/pagination/**"

"part:tests":
- "**/conftest.py"
- "tests/**"
Expand Down

0 comments on commit 23352f6

Please sign in to comment.