Skip to content

Commit d29bea5

Browse files
committed
Add command metadata
1 parent e84737d commit d29bea5

1 file changed

Lines changed: 21 additions & 3 deletions

File tree

package.json

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,33 @@
5959
"commands": {
6060
"sync": {
6161
"title": "GitHub: Sync pull requests",
62-
"entryPoint": "src/commands/sync.js"
62+
"entryPoint": "src/commands/sync.js",
63+
"commandType": "recordAction",
64+
"recordTypes": [
65+
"Epic",
66+
"Feature",
67+
"Requirement"
68+
]
6369
},
6470
"addLink": {
6571
"title": "GitHub: Link pull request to record",
66-
"entryPoint": "src/commands/addLink.js"
72+
"entryPoint": "src/commands/addLink.js",
73+
"commandType": "recordAction",
74+
"recordTypes": [
75+
"Epic",
76+
"Feature",
77+
"Requirement"
78+
]
6779
},
6880
"removeLinks": {
6981
"title": "GitHub: Remove linked pull requests from record",
70-
"entryPoint": "src/commands/removeLinks.js"
82+
"entryPoint": "src/commands/removeLinks.js",
83+
"commandType": "recordAction",
84+
"recordTypes": [
85+
"Epic",
86+
"Feature",
87+
"Requirement"
88+
]
7189
}
7290
},
7391
"endpoints": {

0 commit comments

Comments
 (0)