|
1 | 1 | { |
2 | 2 | "name": "@aha-develop/github", |
3 | | - "description": "GitHub integration", |
| 3 | + "description": "GitHub", |
4 | 4 | "version": "1.3.0", |
5 | 5 | "author": "Aha! (support@aha.io)", |
6 | 6 | "repository": { |
|
9 | 9 | }, |
10 | 10 | "dependencies": { |
11 | 11 | "@aha-app/aha-develop-react": "^1.0.0", |
12 | | - "gql-tag": "^1.0.1" |
| 12 | + "gql-tag": "^1.0.1", |
| 13 | + "prettier": "^2.6.2" |
13 | 14 | }, |
14 | 15 | "type": "module", |
15 | 16 | "license": "MIT", |
|
56 | 57 | } |
57 | 58 | }, |
58 | 59 | "commands": { |
59 | | - "createBranch": { |
60 | | - "title": "GitHub: Create a branch", |
61 | | - "entryPoint": "src/commands/createBranch.js" |
62 | | - }, |
63 | 60 | "sync": { |
64 | | - "title": "GitHub: Sync pull requests", |
65 | | - "entryPoint": "src/commands/sync.js" |
| 61 | + "title": "Sync pull requests", |
| 62 | + "entryPoint": "src/commands/sync.js", |
| 63 | + "commandType": "recordAction", |
| 64 | + "recordTypes": [ |
| 65 | + "Epic", |
| 66 | + "Feature", |
| 67 | + "Requirement" |
| 68 | + ] |
66 | 69 | }, |
67 | 70 | "addLink": { |
68 | | - "title": "GitHub: Link pull request to record", |
69 | | - "entryPoint": "src/commands/addLink.js" |
| 71 | + "title": "Link pull request to record", |
| 72 | + "entryPoint": "src/commands/addLink.js", |
| 73 | + "commandType": "recordAction", |
| 74 | + "recordTypes": [ |
| 75 | + "Epic", |
| 76 | + "Feature", |
| 77 | + "Requirement" |
| 78 | + ] |
70 | 79 | }, |
71 | 80 | "removeLinks": { |
72 | | - "title": "GitHub: Remove linked pull requests from record", |
73 | | - "entryPoint": "src/commands/removeLinks.js" |
| 81 | + "title": "Remove linked pull requests from record", |
| 82 | + "entryPoint": "src/commands/removeLinks.js", |
| 83 | + "commandType": "recordAction", |
| 84 | + "recordTypes": [ |
| 85 | + "Epic", |
| 86 | + "Feature", |
| 87 | + "Requirement" |
| 88 | + ] |
74 | 89 | } |
75 | 90 | }, |
76 | 91 | "endpoints": { |
|
0 commit comments