Skip to content

Commit

Permalink
Configure parent workitem(s) in quest.config (dotnet#40262)
Browse files Browse the repository at this point in the history
* update config for parent items.

Add parent label nodes for the parent ids.

* fix parent node.

* correct initial labels

* Update based on team meeting

Use new OKR labels discussed today.
  • Loading branch information
BillWagner authored Apr 2, 2024
1 parent cb50e07 commit 86d8557
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion quest-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,32 @@
"AreaPath": "Production\\Digital and App Innovation\\DotNet and more\\dotnet"
},
"ImportTriggerLabel": ":world_map: reQUEST",
"ImportedLabel": ":pushpin: seQUESTered"
"ImportedLabel": ":pushpin: seQUESTered",
"ParentNodes": [
{
"Label": "okr-freshness",
"ParentNodeId": 237266
},
{
"Label": "okr-curation",
"ParentNodeId": 237271
},
{
"Label": "okr-health",
"ParentNodeId": 237267
},
{
"Label": "user-feedback",
"ParentNodeId": 233465
},
{
"Label": "doc-bug",
"ParentNodeId": 233465
},
{
"Label": "dotnet-csharp/svc",
"ParentNodeId": 227484
}
],
"DefaultParentNode": 227485
}

0 comments on commit 86d8557

Please sign in to comment.