mirror of
https://github.com/github/awesome-copilot.git
synced 2026-09-17 12:21:22 +00:00
chore: publish from main
This commit is contained in:
@@ -136,7 +136,7 @@ az pipelines build list --query "sort_by([?result=='succeeded'], &queueTime) | r
|
||||
az repos pr list --query "groupBy([], &reviewers[].displayName) | [].{Reviewer:@.key, Count:length(@)}"
|
||||
|
||||
# Find work items with multiple child items
|
||||
az boards work-item relation list --id $PARENT_ID --query "[?rel=='System.LinkTypes.Hierarchy-Forward'] | [].{ChildID:url | split('/', @) | [-1]}"
|
||||
az boards work-item relation show --id $PARENT_ID --query "[?rel=='System.LinkTypes.Hierarchy-Forward'] | [].{ChildID:url | split('/', @) | [-1]}"
|
||||
```
|
||||
|
||||
## Global Arguments
|
||||
|
||||
@@ -117,7 +117,7 @@ az boards work-item delete --id {work-item-id} --destroy --yes
|
||||
|
||||
```bash
|
||||
# List relations
|
||||
az boards work-item relation list --id {work-item-id}
|
||||
az boards work-item relation show --id {work-item-id}
|
||||
|
||||
# List supported relation types
|
||||
az boards work-item relation list-type
|
||||
|
||||
Reference in New Issue
Block a user