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 has been archived by the owner on Mar 26, 2022. It is now read-only.
The default behavior of checks-out is to only accept approvals that occur at a later time than the HEAD commit on the compare branch. The commits are timestamped by the local clock at the time of commit, not a clock on the GitHub server. If the local clock is significantly into the future then checks-out will ignore all approvals. We can detect this condition and report it as a comment on the pull request.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The default behavior of checks-out is to only accept approvals that occur at a later time than the HEAD commit on the compare branch. The commits are timestamped by the local clock at the time of commit, not a clock on the GitHub server. If the local clock is significantly into the future then checks-out will ignore all approvals. We can detect this condition and report it as a comment on the pull request.
The text was updated successfully, but these errors were encountered: