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 Apr 24, 2024. It is now read-only.
commits:
An array of commit objects describing the pushed commits. ... The array includes a maximum of 20 commits.
I believe as per this StackOverflow answer that commit[0] is the oldest comment, therefore unless you have more than 20 commits this will always evaluate to false and the grading job will be skipped
I do not believe there is any reason to keep this condition so the simplest solution is to remove it