From 6ec332d9392b487d1c825b97aad428fe4ab3ddf7 Mon Sep 17 00:00:00 2001 From: Vladimir Sheremet Date: Fri, 3 Apr 2026 19:24:27 +0200 Subject: [PATCH] chore(ai): different names --- .github/workflows/issue-labeled.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-labeled.yml b/.github/workflows/issue-labeled.yml index 55f087b78..0d15ac483 100644 --- a/.github/workflows/issue-labeled.yml +++ b/.github/workflows/issue-labeled.yml @@ -21,7 +21,7 @@ jobs: issue-number: ${{ github.event.issue.number }} body: | Hello @${{ github.event.issue.user.login }}. Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) using a GitHub repository or [StackBlitz](https://vitest.new) (you can also use [examples](https://github.com/vitest-dev/vitest/tree/main/examples)). Issues marked with `needs reproduction` will be closed if they have no activity within 3 days. - - name: maybe automated + - name: maybe automated (issues) if: github.event.label.name == 'maybe automated' && github.event_name == 'issues' uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6 with: @@ -39,7 +39,7 @@ jobs: If you believe this was flagged by mistake, leave a comment. *These measures help us reduce maintenance burden and keep the team's work efficient. See our [AI contributions policy](https://github.com/vitest-dev/vitest/blob/main/CONTRIBUTING.md#ai-contributions) for more context.* - - name: maybe automated + - name: maybe automated (pr) if: github.event.label.name == 'maybe automated' && github.event_name == 'pull_request' uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6 with: -- 2.51.2