Skip to content

Commit 1fa0f1d

Browse files
committed
Add the part:experimental label
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 6362d60 commit 1fa0f1d

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ body:
5252
- Build script, CI, dependencies, etc. (part:tooling)
5353
- Channels, `Broadcast`, `Anycast`, etc. (part:channels)
5454
- Core types (`Sender`, `Receiver`, exceptions, etc.) (part:core)
55+
- Experimental features (the `experimental` package) (part:experimental)
5556
- Utilities (`Event`, `FileWatcher`, `Timer`, etc.) (part:utilities)
5657
- Synchronization of multiple sources (`select()`, `merge()`, etc.) (part:synchronization)
5758
validations:

.github/keylabeler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ labelMappings:
1515
"part:channels": "part:channels"
1616
"part:core": "part:core"
1717
"part:docs": "part:docs"
18+
"part:experimental": "part:experimental"
1819
"part:synchronization": "part:synchronization"
1920
"part:tests": "part:tests"
2021
"part:tooling": "part:tooling"

.github/labeler.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
- "src/frequenz/channels/_receiver.py"
5050
- "src/frequenz/channels/_sender.py"
5151

52+
"part:experimental":
53+
- changed-files:
54+
- any-glob-to-any-file:
55+
- "src/frequenz/channels/experimental/*.py"
56+
5257
"part:synchronization":
5358
- changed-files:
5459
- any-glob-to-any-file:

0 commit comments

Comments
 (0)