Skip to content

Commit

Permalink
handle semester rollover
Browse files Browse the repository at this point in the history
dotnet/docs-tools#413 updates Sequester to provide for different parents each semester. This PR updates the config to match.
  • Loading branch information
BillWagner committed Sep 26, 2024
1 parent d4d65ad commit 75e60d3
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion quest-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@
"ParentNodes": [
{
"Label": "user-feedback",
"Semester": "Selenium",
"ParentNodeId": 286039
},
{
"Label": "doc-bug",
"Semester": "Selenium",
"ParentNodeId": 286039
},
{
"Label": "doc-update",
"Semester": "Selenium",
"ParentNodeId": 286038
},
{
"Semester": "Selenium",
"ParentNodeId": 286016
},
{
"Label": "user-feedback",
"Semester": "Dilithium",
"ParentNodeId": 233465
},
{
Expand All @@ -17,8 +37,13 @@
},
{
"Label": "doc-update",
"Semester": "Dilithium",
"ParentNodeId": 237266
},
{
"Semester": "Dilithium",
"ParentNodeId": 227485
}
],
"DefaultParentNode": 227485
"DefaultParentNode": 286016
}

0 comments on commit 75e60d3

Please sign in to comment.