From 226ff1dbeb7b84ec72a5e717f52707d344a33de7 Mon Sep 17 00:00:00 2001 From: Avinash Sharma Date: Wed, 28 Feb 2024 10:20:51 +0530 Subject: [PATCH] testing new pr labeler workflow --- .github/pr-labeler-config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/pr-labeler-config.yml b/.github/pr-labeler-config.yml index 8059aa2920d..54a20261c55 100644 --- a/.github/pr-labeler-config.yml +++ b/.github/pr-labeler-config.yml @@ -19,37 +19,37 @@ examples: - any-glob-to-any-file: examples/** # Add 'base' to any changes within 'base' folder -module: base: +"module: base": - changed-files: - any-glob-to-any-file: ignite/base/**/* # Add 'contrib' to any changes within 'contrib' folder -module: contrib: +"module: contrib": - changed-files: - any-glob-to-any-file: ignite/contrib/**/* # Add 'distributed' to any changes within 'distributed' folder -module: distributed: +"module: distributed": - changed-files: - any-glob-to-any-file: ignite/distributed/**/* # Add 'engine' to any changes within 'engine' folder -module: engine: +"module: engine": - changed-files: - any-glob-to-any-file: ignite/engine/**/* # Add 'handlers' to any changes within 'handlers' folder -module: handlers: +"module: handlers": - changed-files: - any-glob-to-any-file: ignite/handlers/**/* # Add 'metrics' to any changes within 'metrics' folder -module: metrics: +"module: metrics": - changed-files: - any-glob-to-any-file: ignite/metrics/**/* - # Add 'utils' to any changes within 'utils' module -module: utils: +"module: utils": - changed-files: - any-glob-to-any-file: ignite/utils.py