mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-04-24 23:56:21 +02:00
Simplify scripts: unify bot detection, remove redundant API calls and TOCTOU checks
This commit is contained in:
parent
fd9330c434
commit
7df8510bde
4 changed files with 11 additions and 99 deletions
|
|
@ -41,7 +41,7 @@ Launch 5 parallel searches using different keyword strategies to maximize covera
|
|||
|
||||
For each search, use:
|
||||
```
|
||||
gh search issues "<keywords>" --repo $REPOSITORY --limit 20
|
||||
gh search issues "<keywords> state:open" --repo $REPOSITORY --limit 20
|
||||
```
|
||||
|
||||
### 4. Analyze candidates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue