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