Uh oh!
There was an error while loading. Please reload this page.
ci: prevent duplicate PR check from flagging current PR as duplicate - #6924
Conversation
…y adding an excludePR parameter to the search tool and updating agent instructions.
The following comment was made by an LLM, it may be inaccurate: ResultsNo duplicate PRs found. The search results only return the PR itself (PR #6924: "fix: prevent duplicate PR check from flagging current PR as duplicate"), which is expected since we're searching for it. The other results from the first search (PRs #6905, #2483, #4879, #5170, #5779, #6403) are unrelated PRs that matched the broad "duplicate PR detection" keyword search but are not actually about the same issue. Conclusion: This PR appears to be unique and addressing a specific issue with the duplicate PR detection workflow. There are no existing open PRs that appear to be duplicates or addressing the same problem. |
Uh oh!
There was an error while loading. Please reload this page.
…nomalyco#6924) Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
…nomalyco#6924) Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
…nomalyco#6924) Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
…nomalyco#6924) Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
…nomalyco#6924) Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
…nomalyco#6924) Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
…(#6924) Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
Problem
When a new PR is opened, the duplicate PR detection workflow searches for similar PRs.
However, the search results include the newly opened PR itself, causing it to be
incorrectly flagged as a "duplicate" of itself.
Solution
excludePRparameter to thegithub-pr-searchtool to filter out a specific PRCURRENT_PR_NUMBER