diff --git a/.github/workflows/codex-pr-review.yml b/.github/workflows/codex-pr-review.yml index 4b990f36..6a9d3a5c 100644 --- a/.github/workflows/codex-pr-review.yml +++ b/.github/workflows/codex-pr-review.yml @@ -89,6 +89,7 @@ jobs: sandbox: danger-full-access safety-strategy: drop-sudo prompt-file: .github/prompts/codex-pr-review.md + allow-bots: true post-review: runs-on: ubuntu-latest diff --git a/.github/workflows/issue-auto-response.yml b/.github/workflows/issue-auto-response.yml index 665bdd0d..92ea1c4c 100644 --- a/.github/workflows/issue-auto-response.yml +++ b/.github/workflows/issue-auto-response.yml @@ -78,3 +78,4 @@ jobs: sandbox: danger-full-access safety-strategy: drop-sudo prompt-file: .github/prompts/issue-auto-response.md + allow-bots: true