diff --git a/www/pr.php b/www/pr.php index 0ef909c..3592ae3 100644 --- a/www/pr.php +++ b/www/pr.php @@ -56,13 +56,13 @@ $subject = $decoded['repository']['full_name'] $message = $decoded['sender']['login'] . " has " . ($decoded['pull_request']['merged'] ? "merged" : $decoded['action']) - . " pull request #" . + . " the pull request #" . $decoded['pull_request']['number'] . " (" . $decoded['pull_request']['title'] . ") for " . $decoded['repository']['full_name'] . ".\n" . $decoded['pull_request']['html_url'] - . "\n\n\nSent to you by https://git.chaospott.de/Chaospott/gitea_webhooks"; + . "\n\n---\n\nSent to you by gitea_webhooks (https://git.chaospott.de/Chaospott/gitea_webhooks)"; foreach($recipients['pr'] as $recp) {