feat: add new organization trigger in GitHub

This commit is contained in:
Ali BARIN
2022-04-20 00:32:42 +02:00
committed by Ömer Faruk Aydın
parent 96ede071cf
commit 6bee6bafa8
4 changed files with 56 additions and 1 deletions

View File

@@ -231,6 +231,22 @@
"name": "Test trigger"
}
]
},
{
"name": "New organization",
"key": "newOrganization",
"interval": "15m",
"description": "Triggers when a new organization is created",
"substeps": [
{
"key": "chooseAccount",
"name": "Choose account"
},
{
"key": "testStep",
"name": "Test trigger"
}
]
}
]
}