You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2022. It is now read-only.
Under normal circumstances, GitHub will send a
pushevent in the same order that commits are added. So, for example, if you do the following:Then SlashDeploy would first receive a
pushevent forabcd, then apushevent fordcba.But, GitHub's documentation doesn't specify anything about ensuring that the
pushevents are received in the same order that they were committed.What happens if GitHub sends the
pushevent fordcbabeforeabcd?