This commit is contained in:
2018-07-23 17:36:47 +05:30
parent 88eac3d247
commit 7c40e1e4b1
5 changed files with 110 additions and 20 deletions

View File

@@ -33,7 +33,7 @@ module.exports = {
"showWidgetOperation": "showCloseIssueWidget",
"populateDataOperation": "populateCloseIssueData",
"successMessage": "Issue Closed!",
"cardMsg": "Issue Closed as requested!",
"cardMsg": "Issue Closed as requested, closed issue available at: ",
"cardDataUrl": "html_url",
"cardDataName": "title"
},
@@ -49,6 +49,18 @@ module.exports = {
"cardDataUrl": "html_url",
"cardDataName": "title"
},
'displaylastcomment' : {
"requestMethod": 'get',
"intentMessage": "Display last comment of an issue in Github",
"getDataOperation": "getDisplayCommentJson",
"githubOperation": "displayLastComment",
"showWidgetOperation": "showDisplayCommentWidget",
"populateDataOperation": "populateDisplayCommentData",
"successMessage": "Comment Retrieved!",
"cardMsg": "Please find requested comment below: ",
"cardDataUrl": "html_url",
"cardDataName": "title"
},
'addcollab' : {
"requestMethod": 'post',
"intentMessage": "Add a collaborator",