Add review guidelines

This commit is contained in:
2026-07-11 00:08:51 +09:00
parent e9f0649120
commit 4f90a910b9
2 changed files with 12 additions and 2 deletions
+3 -1
View File
@@ -24,5 +24,7 @@ runs:
GITEA_API_URL: ${{ gitea.api_url }}
GITEA_REPOSITORY: ${{ gitea.repository }}
GITEA_TOKEN: ${{ inputs.gitea-token }}
ISSUE_INDEX: ${{ gitea.event.issue.number }}
EVENT_NAME: ${{ gitea.event_name }}
ISSUE_INDEX: >
${{ gitea.event.issue.number || gitea.event.pull_request.number }}
COMMENT_BODY: ${{ gitea.event.comment.body }}