From 15b3747e9a11ca167b70798da4afdec302841449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= <2493377+askpt@users.noreply.github.com> Date: Fri, 11 Jul 2025 08:57:07 +0100 Subject: [PATCH] Update applyTo property to target specific GitHub Actions workflow files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com> --- .../github-actions-ci-cd-best-practices.instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructions/github-actions-ci-cd-best-practices.instructions.md b/instructions/github-actions-ci-cd-best-practices.instructions.md index 06899a8..45df3b2 100644 --- a/instructions/github-actions-ci-cd-best-practices.instructions.md +++ b/instructions/github-actions-ci-cd-best-practices.instructions.md @@ -1,5 +1,5 @@ --- -applyTo: '*' +applyTo: '.github/workflows/*.yml' description: 'Comprehensive guide for building robust, secure, and efficient CI/CD pipelines using GitHub Actions. Covers workflow structure, jobs, steps, environment variables, secret management, caching, matrix strategies, testing, and deployment strategies.' ---