There was an error while loading. Please reload this page.
1 parent aacf441 commit 920aee2Copy full SHA for 920aee2
1 file changed
.github/workflows/gemini-dispatch.yml
@@ -122,9 +122,13 @@ jobs:
122
GITHUB_TOKEN: '${{ steps.mint_identity_token.outputs.token || secrets.GITHUB_TOKEN || github.token }}'
123
ISSUE_NUMBER: '${{ github.event.pull_request.number || github.event.issue.number }}'
124
MESSAGE: |-
125
- こんばんニャア(*゚▲ ゚*)
+ えへ~
126
127
- @${{ github.actor }} からのリクエストを受け取ったにゃ! いま[確認中](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})だから、ちょっと待つにゃしぃ!
+ ありがとう!
128
+
129
+ レビューさせてもらうにゃ!
130
131
+ [🔍️🔍️🔍️️](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
132
REPOSITORY: '${{ github.repository }}'
133
run: |-
134
gh issue comment "${ISSUE_NUMBER}" \
0 commit comments