From ea5ac7c73bd1a1ac9f5363ea09f98566d5d3b483 Mon Sep 17 00:00:00 2001 From: Bjorn Lu Date: Sun, 23 Aug 2026 12:21:35 +0800 Subject: [PATCH] ci: fix bot comment formatting (#23329) --- .github/workflows/bot.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index e7ca420329e984..3c801ff930dfaa 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -55,15 +55,15 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ github.event.pull_request.number }} body: >- - + + This PR has been [automatically flagged](https://agentscan.tools/user/${{ github.event.pull_request.user.login }}) as likely to be created by a bot, LLM, or agent, and will be automatically closed. These contributions harm the maintenance of the project. Please read our [AI policy](https://github.com/vitejs/vite/blob/main/CONTRIBUTING.md#ai-policy) for more information. + If you believe this is a mistake, please reply to this comment and we will review it. - name: Close @@ -90,9 +90,8 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ github.event.issue.number }} body: >- - + + The issue has been manually labeled as likely to be created by a bot, LLM, or agent, and will be automatically closed. This may be because the issue is overly verbose or @@ -100,6 +99,7 @@ jobs: Please read our [AI policy](https://github.com/vitejs/vite/blob/main/CONTRIBUTING.md#ai-policy) for more information. + If you believe this is a mistake, please reply to this comment and we will review it. - name: Close @@ -125,9 +125,8 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ github.event.pull_request.number }} body: >- - + + The PR has been manually labeled as likely to be created by a bot, LLM, or agent, and will be automatically closed. This may be because the PR contains LLM-generated @@ -136,6 +135,7 @@ jobs: Please read our [AI policy](https://github.com/vitejs/vite/blob/main/CONTRIBUTING.md#ai-policy) for more information. + If you believe this is a mistake, please reply to this comment and we will review it. - name: Close