Consider pull request reviews

This commit is contained in:
2026-07-15 00:46:53 +09:00
parent 4d8982a0dd
commit 9cf2a67898
2 changed files with 6 additions and 7 deletions
+2 -3
View File
@@ -15,8 +15,7 @@ runs:
apt-get update
apt-get install -y --no-install-recommends gettext-base jq ansifilter
npm install -g @openai/codex
- name: Run Codex Bot
- name: Run Codex
shell: bash
run: bash "${ACTION_PATH}/scripts/run-codex.sh"
env:
@@ -26,4 +25,4 @@ runs:
GITEA_TOKEN: ${{ inputs.gitea-token }}
EVENT_NAME: ${{ gitea.event_name }}
ISSUE_INDEX: ${{ gitea.event.issue.number || gitea.event.pull_request.number }}
COMMENT_BODY: ${{ gitea.event.comment.body }}
COMMENT: ${{ toJSON(gitea.event.comment || gitea.event.review) }}