Skip to content

Commit 6401920

Browse files
authored
add Environments crew project to the config
1 parent 76abcce commit 6401920

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

sprint178Config.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,24 @@
2020
],
2121
"priorityLabels": ["p0", "p1"],
2222
"isCheckListItems": true
23+
},
24+
{
25+
"id": 3,
26+
"priorityLabels": ["p0", "p1"],
27+
"developers": [
28+
"rajkumar42",
29+
"eljog",
30+
"khkh-ms",
31+
"bratsche",
32+
"edgonmsft",
33+
"dmgardiner25",
34+
"anpaskin",
35+
"kumarz",
36+
"fara-nak",
37+
"osortega",
38+
"jkeech"
39+
],
40+
"isCheckListItems": true
2341
}
2442
]
2543
}

src/main.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ const processConfigRecord = async (
114114

115115
const issueContents = [
116116
header,
117-
renderOverview(config, projectsWithData),
117+
// render projects overview
118+
// renderOverview(config, projectsWithData),
118119
issueBody,
119120
footer,
120121
].join('\n');

src/views/renderIssuesBlock.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ const renderIssuesList = (
114114
) => {
115115
const issueGroups = groupIssuesByLabels(issues, projectWithConfig);
116116

117-
console.log(``)
118-
119117
const items = Object.entries(issueGroups)
120118
// make the general section to be first in the list
121119
.sort(([labelName1], [labelName2]) => {

0 commit comments

Comments
 (0)