Skip to content

Commit

Permalink
enhance config for semester rollover
Browse files Browse the repository at this point in the history
dotnet/docs-tools#413 enhances Sequester to allow for different parents per semester. This PR updates the config to match.
  • Loading branch information
BillWagner committed Sep 26, 2024
1 parent 55f99e8 commit 0dd27b4
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion quest-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,39 @@
"ParentNodes": [
{
"Label": "okr-curation",
"Semester": "Selenium",
"ParentNodeId": 268038
},
{
"Semester": "Selenium",
"ParentNodeId": 286016
},
{
"Label": "okr-curation",
"Semester": "Dilithium",
"ParentNodeId": 237271
},
{
"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": 227487,
"DefaultParentNode": 286016,
"WorkItemTags": [
{
"Label": "okr-curation",
Expand Down

0 comments on commit 0dd27b4

Please sign in to comment.