From fe05f157f01311df616b75dea1901b42e47eeaa2 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Fri, 3 Nov 2023 16:13:49 -0600 Subject: [PATCH] added labeler.yml Former-commit-id: f190d848a4cbe5a69946c5487ebfa772acf199ce --- .github/labeler.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 00000000..72ccc40a --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,12 @@ +# 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 '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' \ No newline at end of file