From 613c51e324fd0b6a2c19aac940fb7608009f2b5b Mon Sep 17 00:00:00 2001 From: Matthieu Riegler Date: Thu, 30 Jul 2026 17:07:00 +0200 Subject: [PATCH] ci: add local skills to the fw-general scope They were caught by dev-infra which isn't the best scope for the imho --- .pullapprove.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pullapprove.yml b/.pullapprove.yml index ab72cce9bd9..4d13c9dd115 100644 --- a/.pullapprove.yml +++ b/.pullapprove.yml @@ -120,6 +120,7 @@ groups: conditions: - > contains_any_globs(files.exclude('packages/core/primitives/*'), [ + '.agent/skills/**/{*,.*}', 'contributing-docs/public-api-surface.md', 'dev-app/**/{*,.*}', 'integration/**/{*,.*}',