We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1128c7 commit c804341Copy full SHA for c804341
app/Http/Controllers/Webhook/Gitlab.php
@@ -202,7 +202,7 @@ public function manual(Request $request)
202
]);
203
ray('Preview deployments disabled for ' . $application->name);
204
}
205
- } else if ($action === 'closed' || $action === 'close') {
+ } else if ($action === 'closed' || $action === 'close' || $action === 'merge') {
206
$found = ApplicationPreview::where('application_id', $application->id)->where('pull_request_id', $pull_request_id)->first();
207
if ($found) {
208
$found->delete();
0 commit comments