feat: add new commit comment trigger in GitHub

This commit is contained in:
Ali BARIN
2022-04-22 17:57:42 +02:00
committed by Ömer Faruk Aydın
parent bdfdb1f228
commit c79622aefd
3 changed files with 104 additions and 0 deletions

View File

@@ -443,6 +443,45 @@
"name": "Test trigger"
}
]
},
{
"name": "New commit comment",
"key": "newCommitComment",
"interval": "15m",
"description": "Triggers when a new commit comment is created",
"substeps": [
{
"key": "chooseAccount",
"name": "Choose account"
},
{
"key": "chooseTrigger",
"name": "Set up a trigger",
"arguments": [
{
"label": "Repo",
"key": "repo",
"type": "dropdown",
"required": true,
"variables": false,
"source": {
"type": "query",
"name": "getData",
"arguments": [
{
"name": "key",
"value": "listRepos"
}
]
}
}
]
},
{
"key": "testStep",
"name": "Test trigger"
}
]
}
]
}