From 13ba729816d75c6a48ee6e9b73a2aa2915574e81 Mon Sep 17 00:00:00 2001 From: Wyatt Stanke Date: Tue, 20 Feb 2024 19:45:59 -0500 Subject: [PATCH] Disable labeler action for now, no labels yet --- .github/labeler.yml | 22 +++++++++++----------- .github/workflows/label.yml | 1 + 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 9ccb3e6f..a883a8ed 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" diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 8f38f9f8..3463bbe3 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -18,5 +18,6 @@ jobs: steps: - uses: actions/labeler@v5 + if: false with: repo-token: "${{ secrets.GITHUB_TOKEN }}"