cwtools / cwtools/cwtools-action

Investigate whether it's possible to use git fetch for GitLab.

Open
#3 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Ruby
Stars
16
Forks
6
PR merge metrics
No merged PRs in 30d

Description

Currently using `GIT_STRATEGY: fetch` (the default) results in cwtools-action failing on GitLab. This is because reviewdog needs both the source and target branches of the merge request to be present for the `git diff` it does.

Git clone seems to solve this, and is more reliable. However, for large mods it can be quite slow to clone even just the last 50 commits, so it would be preferable to use git fetch.

This issue tracks any progress towards that. Please emote if this is something that affects you!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.