Update issue-deduplicator.yml (#4733)

# External (non-OpenAI) Pull Request Requirements

Before opening this Pull Request, please read the dedicated
"Contributing" markdown file or your PR may be closed:
https://github.com/openai/codex/blob/main/docs/contributing.md

If your PR conforms to our contribution guidelines, replace this text
with a detailed and high quality description of your changes.
This commit is contained in:
pakrym-oai
2025-10-04 08:56:42 -07:00
committed by GitHub
parent a95605a867
commit c5465aed60

View File

@@ -55,8 +55,9 @@ jobs:
- `codex-existing-issues.json`: JSON array of recent issues (each element includes number, title, body, createdAt).
Instructions:
- Load both files as JSON and review their contents carefully. The codex-existing-issues.json file is large, ensure you explore all of it.
- Compare the current issue against the existing issues to find up to five that appear to describe the same underlying problem or request.
- Focus on the underlying intent and context of each issue—such as reported symptoms, feature requests, reproduction steps, or error messages—rather than relying solely on string similarity or synthetic metrics.
- After your analysis, validate your results in 1-2 lines explaining your decision to return the selected matches.
- When unsure, prefer returning fewer matches.
- Include at most five numbers.
@@ -69,9 +70,10 @@ jobs:
"items": {
"type": "string"
}
}
},
"reason": { "type": "string" }
},
"required": ["issues"],
"required": ["issues", "reason"],
"additionalProperties": false
}