From 3475fd33b487ade5aa3487b880f76f2bd3409ca9 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Thu, 21 May 2026 19:29:55 +0200 Subject: [PATCH] ci: ignore agentscan for team members (#10417) --- .github/workflows/pr-labeled-automated.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labeled-automated.yml b/.github/workflows/pr-labeled-automated.yml index 05f32ff5a..af1a3d587 100644 --- a/.github/workflows/pr-labeled-automated.yml +++ b/.github/workflows/pr-labeled-automated.yml @@ -46,7 +46,7 @@ jobs: github.repository == 'vitest-dev/vitest' && github.event.pull_request.head.repo.full_name != github.repository && !contains( - fromJSON('["dependabot[bot]", "github-actions[bot]"]'), + fromJSON('["dependabot[bot]","github-actions[bot]","sheremet-va","hi-ogawa","AriPerkkio","macarie","antfu","userquin","patak-cat"]'), github.event.pull_request.user.login ) name: AgentScan Alert -- 2.51.2