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

Add head and base support to github #346

Merged
merged 1 commit into from
Apr 8, 2022

Conversation

bill-rich
Copy link
Collaborator

No description provided.

err = s.git.ScanRepo(ctx, repo, path, git.NewScanOptions(), chunksChan)
// Base and head will only exist from incoming webhooks.
scanOptions := git.NewScanOptions(
git.ScanOptionBaseHash(s.conn.Base),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do these have any effect if they are empty values?

@bill-rich bill-rich merged commit bf5c757 into main Apr 8, 2022
@bill-rich bill-rich deleted the thog132-incoming_github_webhooks branch April 8, 2022 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants