Skip to content

Commit

Permalink
Add tag / label mapping
Browse files Browse the repository at this point in the history
Relies on dotnet/docs-tools#358

This adds an initial set map for GitHub issue labels that should populate Azure DevOps Work item tags.
  • Loading branch information
BillWagner committed May 31, 2024
1 parent 23631c0 commit 039dc7d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion quest-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,11 @@
"ParentNodeId": 227484
}
],
"DefaultParentNode": 227485
"DefaultParentNode": 227485,
"WorkItemTags": [
{
"Label": ":checkered_flag: Release: .NET 9",
"Tag": "new-feature"
}
]
}

0 comments on commit 039dc7d

Please sign in to comment.