This repository has been archived by the owner on Dec 14, 2022. It is now read-only.
Clarify the behavior of out of order push
events
#97
Labels
push
events
#97
Under normal circumstances, GitHub will send a
push
event in the same order that commits are added. So, for example, if you do the following:Then SlashDeploy would first receive a
push
event forabcd
, then apush
event fordcba
.But, GitHub's documentation doesn't specify anything about ensuring that the
push
events are received in the same order that they were committed.What happens if GitHub sends the
push
event fordcba
beforeabcd
?The text was updated successfully, but these errors were encountered: