Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve handling of 404 error for commit message retrieval, fixes #52 #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AlbertSGS
Copy link

Issue

From removed branches on forked repositories, we could not find them and the code did not show any indication, thus the result were incorrect.

Fixes #52.

Proposed solution

A new exception is added to indicate the 404 in commits. Also, we fixed the issue of removed forked branches, by using the based repository.

…ommit data is not available in the forked repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: handling cases where the head of PR is removed from the github
1 participant