Open
Description
When running locally (preview
& apply
), the number of repositories returned does not match search. For example when count
is set to 65, only 64 repos are found. Higher counts like 400 return 397 repos.
When compared to search
, search
does return the correct number.
src search -- 'repo:^ghe.sgdev.org/testing/.*$ count:65'
Example YAML
on:
- repositoriesMatchingQuery: repo:^ghe.sgdev.org/testing/.*$ count:65
Output
✅ Resolved 64 workspaces from 64 repositories
✅ Found 0 cached changeset specs; 64 tasks need to be executed
✅ Executing... (64/64, 0 errored
Done
- The number of repositories found should match
search
Setup
Use the scaletesting instance to test.