Skip to content

Commit

Permalink
semester rollover for sequester
Browse files Browse the repository at this point in the history
dotnet/docs-tools#413 enhances the Sequester config so that parents can change per semester. This PR updates the config in this repo to match
  • Loading branch information
BillWagner committed Sep 26, 2024
1 parent 1111dd3 commit 5c441bf
Showing 1 changed file with 47 additions and 6 deletions.
53 changes: 47 additions & 6 deletions quest-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,40 +7,81 @@
"ImportTriggerLabel": ":world_map: reQUEST",
"ImportedLabel": ":pushpin: seQUESTered",
"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": 286016
},
{
"Label": "okr-freshness",
"Semester": "Dilithium",
"ParentNodeId": 237266
},
{
"Label": "okr-curation",
"Semester": "Dilithium",
"ParentNodeId": 237271
},
{
"Label": "okr-health",
"Semester": "Dilithium",
"ParentNodeId": 237266
},
{
"Label": "user-feedback",
"Semester": "Dilithium",
"ParentNodeId": 233465
},
{
"Label": "doc-bug",
"Semester": "Dilithium",
"ParentNodeId": 233465
},
{
"Label": "sfi-ropc",
"Semester": "Dilithium",
"ParentNodeId": 271716
},
{
"Label": "sfi-admin",
"Semester": "Dilithium",
"ParentNodeId": 271716
},
{
"Label": "sfi-images",
"ParentNodeId": 286370
}
{
"Label": "sfi-images",
"Semester": "Dilithium",
"ParentNodeId": 286370
},
{
"Semester": "Dilithium",
"ParentNodeId": 227487
}
],
"DefaultParentNode": 227487,
"DefaultParentNode": 286016,
"WorkItemTags": [
{
"Label": ":checkered_flag: Release: .NET 9",
Expand Down

0 comments on commit 5c441bf

Please sign in to comment.