Bump codex version in actions to latest (#4634)
This commit is contained in:
1
.github/workflows/issue-deduplicator.yml
vendored
1
.github/workflows/issue-deduplicator.yml
vendored
@@ -47,6 +47,7 @@ jobs:
|
|||||||
openai_api_key: ${{ secrets.CODEX_OPENAI_API_KEY }}
|
openai_api_key: ${{ secrets.CODEX_OPENAI_API_KEY }}
|
||||||
prompt_file: .github/prompts/issue-deduplicator.txt
|
prompt_file: .github/prompts/issue-deduplicator.txt
|
||||||
require_repo_write: false
|
require_repo_write: false
|
||||||
|
codex_version: 0.43.0-alpha.16
|
||||||
|
|
||||||
comment-on-issue:
|
comment-on-issue:
|
||||||
name: Comment with potential duplicates
|
name: Comment with potential duplicates
|
||||||
|
|||||||
1
.github/workflows/issue-labeler.yml
vendored
1
.github/workflows/issue-labeler.yml
vendored
@@ -29,6 +29,7 @@ jobs:
|
|||||||
openai_api_key: ${{ secrets.CODEX_OPENAI_API_KEY }}
|
openai_api_key: ${{ secrets.CODEX_OPENAI_API_KEY }}
|
||||||
prompt_file: .github/prompts/issue-labeler.txt
|
prompt_file: .github/prompts/issue-labeler.txt
|
||||||
require_repo_write: false
|
require_repo_write: false
|
||||||
|
codex_version: 0.43.0-alpha.16
|
||||||
|
|
||||||
apply-labels:
|
apply-labels:
|
||||||
name: Apply labels from Codex output
|
name: Apply labels from Codex output
|
||||||
|
|||||||
Reference in New Issue
Block a user