Merge pull request 'コメント生成' (#7) from develop into main

Reviewed-on: #7
This commit is contained in:
ry.yamafuji 2025-12-04 12:49:31 +09:00
commit 76a8355949
2 changed files with 4 additions and 2 deletions

View File

@ -35,7 +35,7 @@ jobs:
- name: pull_request message with Ruff Lint results - name: pull_request message with Ruff Lint results
id: prMessageRuffLint id: prMessageRuffLint
run: | run: |
curl -X POST \ curl -vvv -X POST \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \ -H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
-d "{\"body\": \"## :mag: Ruff Lint Results\n\`\`\`\ntest\n\`\`\`\"}" \ -d "{\"body\": \"## :mag: Ruff Lint Results\n\`\`\`\ntest\n\`\`\`\"}" \

View File

@ -78,3 +78,5 @@ ruff check . --output-format json --output-file ruff-report.json
``` ```
`--output-file``github`など様々な形式が指定できます `--output-file``github`など様々な形式が指定できます
コメントを生成する方法を検討が必要