From e1c91cda45970f9fb132e3f7b84e699641a537fb Mon Sep 17 00:00:00 2001 From: Janpot <2109932+Janpot@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:10:09 +0100 Subject: [PATCH] [code-infra] Enable pkg.pr.new PR comments in CI Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76f3215ff..fbc388b90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: if: matrix.os == 'ubuntu-latest' uses: ./.github/actions/ci-publish with: - pr-comment: false + pr-comment: true - name: Build docs run: pnpm docs:build - name: Check for broken links