feat: add new organization trigger in GitHub
This commit is contained in:
committed by
Ömer Faruk Aydın
parent
96ede071cf
commit
6bee6bafa8
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user