Skip to content

Commit

Permalink
Add skip dir. (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
nishkrishnan authored Nov 13, 2021
1 parent d5777d3 commit a191dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/events/working_dir_iterator.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (f *FileWorkDirIterator) ListCurrentWorkingDirPulls() ([]models.PullRequest

f.Log.Warn("%s/%s/#%d not found, %s", ownerName, repoName, pullNum, notFoundErr)

return nil
return fs.SkipDir
}

internalPull, _, _, err := f.EventParser.ParseGithubPull(pull)
Expand Down

0 comments on commit a191dc3

Please sign in to comment.