fix: update GH action to use allow-users instead of require-repo-write (#4701)
This commit is contained in:
2
.github/workflows/issue-deduplicator.yml
vendored
2
.github/workflows/issue-deduplicator.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
uses: openai/codex-action@main
|
uses: openai/codex-action@main
|
||||||
with:
|
with:
|
||||||
openai-api-key: ${{ secrets.CODEX_OPENAI_API_KEY }}
|
openai-api-key: ${{ secrets.CODEX_OPENAI_API_KEY }}
|
||||||
require-repo-write: false
|
allow-users: "*"
|
||||||
model: gpt-5
|
model: gpt-5
|
||||||
prompt: |
|
prompt: |
|
||||||
You are an assistant that triages new GitHub issues by identifying potential duplicates.
|
You are an assistant that triages new GitHub issues by identifying potential duplicates.
|
||||||
|
|||||||
2
.github/workflows/issue-labeler.yml
vendored
2
.github/workflows/issue-labeler.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
uses: openai/codex-action@main
|
uses: openai/codex-action@main
|
||||||
with:
|
with:
|
||||||
openai-api-key: ${{ secrets.CODEX_OPENAI_API_KEY }}
|
openai-api-key: ${{ secrets.CODEX_OPENAI_API_KEY }}
|
||||||
require-repo-write: false
|
allow-users: "*"
|
||||||
prompt: |
|
prompt: |
|
||||||
You are an assistant that reviews GitHub issues for the repository.
|
You are an assistant that reviews GitHub issues for the repository.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user