File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments