Add issue deduplicator workflow (#4628)
It's a bit hand-holdy in that it pre-downloads issue list but that keeps codex running in read-only no-network mode.
This commit is contained in:
1
.github/workflows/issue-labeler.yml
vendored
1
.github/workflows/issue-labeler.yml
vendored
@@ -28,6 +28,7 @@ jobs:
|
||||
with:
|
||||
openai_api_key: ${{ secrets.CODEX_OPENAI_API_KEY }}
|
||||
prompt_file: .github/prompts/issue-labeler.txt
|
||||
require_repo_write: false
|
||||
|
||||
apply-labels:
|
||||
name: Apply labels from Codex output
|
||||
|
||||
Reference in New Issue
Block a user