You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-11-23 21:44:44 +02:00
Fix spellcheck and enable more dirs (#3603)
This commit is contained in:
@@ -808,7 +808,7 @@ func (g *GitLab) loadChangedFilesFromMergeRequest(ctx context.Context, tmpRepo *
|
||||
for _, file := range changes {
|
||||
files = append(files, file.NewPath, file.OldPath)
|
||||
}
|
||||
pipeline.ChangedFiles = utils.DedupStrings(files)
|
||||
pipeline.ChangedFiles = utils.DeduplicateStrings(files)
|
||||
|
||||
return pipeline, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user