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

Handle missing branches in pull requests #56

Merged
merged 2 commits into from
Mar 1, 2024

Conversation

pfeuffer
Copy link
Contributor

If a branch in a pull request did not exist, the pipeline scan led to an exception for the complete repository. This led to the situation, that the complete repository has no longer been updated.

We fixed this by handling the not found exception directly.

If a branch in a pull request did not exist, the pipeline scan led to
an exception for the complete repository. This led to the situation,
that the complete repository has no longer been updated.

We fixed this by handling the not found exception directly.
@pfeuffer pfeuffer merged commit 954e87d into master Mar 1, 2024
13 checks passed
@pfeuffer pfeuffer deleted the bugfix/handle_missing_branches branch March 1, 2024 13:44
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.

1 participant