Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F4085157
D273.id634.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
574 B
Referenced Files
None
Subscribers
None
D273.id634.diff
View Options
diff --git a/app/Analyzers/GitHub/GitHubPayloadAnalyzer.php b/app/Analyzers/GitHub/GitHubPayloadAnalyzer.php
--- a/app/Analyzers/GitHub/GitHubPayloadAnalyzer.php
+++ b/app/Analyzers/GitHub/GitHubPayloadAnalyzer.php
@@ -256,6 +256,11 @@
$repoAndBranch = $this->getWhere();
$user = $this->payload->pusher->name;
+
+ if ($n === 0) {
+ return "$user forcely updated $repoAndBranch";
+ }
+
return "$user pushed $n commits to $repoAndBranch";
case "repository":
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 3, 02:44 (16 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2392256
Default Alt Text
D273.id634.diff (574 B)
Attached To
Mode
D273: GitHub push notification message for rebase
Attached
Detach File
Event Timeline
Log In to Comment