From 9b32aa7520b6b367ba10ce73bc3c38401f0c8fd4 Mon Sep 17 00:00:00 2001 From: Sophie Tan Date: Fri, 31 May 2024 14:59:42 -0700 Subject: [PATCH] Add auto PR labeler for local testing label (#1718) --- .github/labeler.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 8b981ef337c..4c36c741fb1 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -3,3 +3,9 @@ snowpark-pandas: - any-glob-to-any-file: - src/snowflake/snowpark/modin/** - tests/integ/modin/** + +local-testing: + - changed-files: + - any-glob-to-any-file: + - src/snowflake/snowpark/mock/** + - tests/mock/**