coolify/app/Http/Controllers/Webhook/Concerns
Andras Bacsai 809d9b21fa fix(webhook): match manual webhook repositories case-insensitively
Git hosts treat owner/repo names case-insensitively, but the exact
repository match used a case-sensitive comparison, so a payload whose
casing differed from the stored git remote would fail to match and
skip a legitimate deployment.

Lowercase both canonical repository paths before comparing.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-22 15:59:20 +02:00
..
DetectsSkipDeployCommits.php feat(webhook): skip deployment on [skip ci]/[skip cd] commit markers 2026-04-29 09:12:24 +02:00
MatchesManualWebhookApplications.php fix(webhook): match manual webhook repositories case-insensitively 2026-05-22 15:59:20 +02:00