From 77dda29f555a71e624af6d7ccf1ba571717dd714 Mon Sep 17 00:00:00 2001 From: Joe Wang <106995533+JoeWang1127@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:46:28 -0500 Subject: [PATCH] chore: ignore all files in snippet bot config (#11301) --- .github/snippet-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/snippet-bot.yml b/.github/snippet-bot.yml index 385a97f3c284..9ca3f5cf37fc 100644 --- a/.github/snippet-bot.yml +++ b/.github/snippet-bot.yml @@ -1,2 +1,2 @@ ignoreFiles: - - "*" + - "**/*"