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

Fetch base and search merge-base without creating local branch #75

Merged
merged 4 commits into from Mar 9, 2021

Conversation

dorny
Copy link
Owner

@dorny dorny commented Mar 9, 2021

This PR fixes issue mentioned in #74 (comment)

Previous version didn't work if there was a full repository clone (e.g. actions/checkout@v2 with fetch-depth: 0) but base branch was tracked only as remote.

Now it doesn't matter if base is tracked locally. All checks uses remotes/origin/${base} instead.
In any case full fetching with git fetch no longer uses --unshallow argument which caused failure if repository was not shallow.

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.

None yet

1 participant