From b9b750767c2221ddff61d9b30037ad8a87a04c05 Mon Sep 17 00:00:00 2001 From: Wyatt Stanke Date: Sun, 18 Feb 2024 10:20:51 -0500 Subject: [PATCH] No labels yet --- .github/labeler.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 1fb9d7ec..9ccb3e6f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,14 +1,14 @@ ---- -# this is a config file for the github action labeler +# --- +# # this is a config file for the github action labeler -# Add 'label1' to any changes within 'example' folder or any subfolders -example_change: - - example/** +# # Add 'label1' to any changes within 'example' folder or any subfolders +# example_change: +# - example/** -# Add 'label2' to any file changes within 'example2' folder -example2_change: example2/* +# # Add 'label2' to any file changes within 'example2' folder +# example2_change: example2/* -# Add label3 to any change to .txt files within the entire repository. -# Quotation marks are required for the leading asterisk -text_files: - - '**/*.txt' +# # Add label3 to any change to .txt files within the entire repository. +# # Quotation marks are required for the leading asterisk +# text_files: +# - "**/*.txt"