gkarr gm new workflows (#35712)

- **Adding new command gm milestone report to veiw all statuses from all
projects for all issues tied to a milestone**
- **Add descriptions to workflow select and new workflows**
- **Adding new commands**
This commit is contained in:
George Karr
2025-11-14 10:13:22 -06:00
committed by GitHub
parent 1c1e19197c
commit 0f2b83fcc0
13 changed files with 1651 additions and 25 deletions
+10 -8
View File
@@ -124,14 +124,16 @@ func TestParseJSONtoProjectItems(t *testing.T) {
func TestAliases(t *testing.T) {
expectedAliases := map[string]int{
"mdm": 58,
"g-mdm": 58,
"draft": 67,
"drafting": 67,
"g-software": 70,
"soft": 70,
"g-orchestration": 71,
"orch": 71,
"mdm": 58,
"g-mdm": 58,
"draft": 67,
"drafting": 67,
"g-software": 70,
"soft": 70,
"g-orchestration": 71,
"orch": 71,
"sec": 97,
"g-security-compliance": 97,
}
if !reflect.DeepEqual(Aliases, expectedAliases) {