Skip to content

Commit

Permalink
Merge pull request #1905 from dotnet/adegeo-patch-2
Browse files Browse the repository at this point in the history
Update quest-config.json to support quarters
  • Loading branch information
adegeo authored Oct 1, 2024
2 parents 5f6c203 + fc65156 commit 2350fb4
Showing 1 changed file with 45 additions and 6 deletions.
51 changes: 45 additions & 6 deletions quest-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,39 @@
"ParentNodes": [
{
"Label": "okr-freshness",
"Semester": "Selenium",
"ParentNodeId": 286034
},
{
"Label": "okr-curation",
"Semester": "Selenium",
"ParentNodeId": 286038
},
{
"Label": "okr-health",
"Semester": "Selenium",
"ParentNodeId": 268038
},
{
"Label": "user-feedback",
"Semester": "Selenium",
"ParentNodeId": 286039
},
{
"Label": "doc-bug",
"Semester": "Selenium",
"ParentNodeId": 286039
},
{
"Semester": "Selenium",
"ParentNodeId": 308200
},



{
"Label": "okr-freshness",
"Semester": "Dilithium",
"ParentNodeId": 237266
},
{
Expand All @@ -17,34 +50,40 @@
},
{
"Label": "user-feedback",
"Semester": "Dilithium",
"ParentNodeId": 233465
},
{
"Label": "okr-health",
"Semester": "Dilithium",
"ParentNodeId": 237266
},
{
"Label": "doc-bug",
"Semester": "Dilithium",
"ParentNodeId": 233465
},
{
"Label": "dotnet-csharp/svc",
"ParentNodeId": 227484
},
}
{
"Label": "sfi-ropc",
"Semester": "Dilithium",
"ParentNodeId": 271716
},
{
"Label": "sfi-admin",
"Semester": "Dilithium",
"ParentNodeId": 271716
},
{
"Label": "sfi-images",
"Semester": "Dilithium",
"ParentNodeId": 286370
},
{
"Semester": "Dilithium",
"ParentNodeId": 227487
}
],
"DefaultParentNode": 227223,
"DefaultParentNode": 308200,
"WorkItemTags": [
{
"Label": "okr-curation",
Expand Down

0 comments on commit 2350fb4

Please sign in to comment.