エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
ここにツイート内容が記載されます https://b.hatena.ne.jp/URLはspanで囲んでください
Twitterで共有ONにすると、次回以降このダイアログを飛ばしてTwitterに遷移します
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
2025年10月6日追記 Claude Code GitHub Actionsがv1になった&いくつか改良を加えたので改良版を乗せておきま... 2025年10月6日追記 Claude Code GitHub Actionsがv1になった&いくつか改良を加えたので改良版を乗せておきます name: Claude Auto Review on: pull_request: types: [ opened, ready_for_review ] jobs: auto-review: runs-on: ubuntu-latest if: ${{ !github.event.pull_request.draft }} permissions: contents: read pull-requests: write id-token: write steps: - name: Checkout repository uses: actions/checkout@v5 with: fetch-depth: 1 # 利用環境に応じてトークン等適当に