Skip to content

Commit 325a08a

Browse files
committed
Update files to account for the part:core label
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 59a3297 commit 325a08a

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ body:
5050
- Documentation (part:docs)
5151
- Unit, integration and performance tests (part:tests)
5252
- Build script, CI, dependencies, etc. (part:tooling)
53-
# TODO(cookiecutter): Add other parts
54-
# Please have in mind that that the part:xxx labels need to
55-
# be created in the GitHub repository.
53+
- Core components (part:core)
5654
validations:
5755
required: true
5856
- type: textarea

.github/keylabeler.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ caseSensitive: true
1212

1313
# Explicit keyword mappings to labels. Form of match:label. Required.
1414
labelMappings:
15+
"part:core": "part:core"
1516
"part:docs": "part:docs"
1617
"part:tests": "part:tests"
1718
"part:tooling": "part:tooling"
1819
"part:❓": "part:❓"
19-
# TODO(cookiecutter): Add other parts
20-
# Please have in mind that that the part:xxx labels need to
21-
# be created in the GitHub repository.

.github/labeler.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# For more details on the configuration please see:
77
# https://github.com/marketplace/actions/labeler
88

9-
# TODO(cookiecutter): Add different parts of the source
109
# For example:
1110
#
1211
# "part:module":
@@ -26,6 +25,9 @@
2625
# Please have in mind that that the part:xxx labels need to
2726
# be created in the GitHub repository.
2827

28+
"part:core":
29+
- "src/**"
30+
2931
"part:docs":
3032
- "**/*.md"
3133
- "docs/**"

0 commit comments

Comments
 (0)