From 951550b31e05c011c73008a9062d2e7493771472 Mon Sep 17 00:00:00 2001 From: Wyatt Stanke Date: Tue, 20 Feb 2024 20:04:57 -0500 Subject: [PATCH] Fully disable lableler --- .github/workflows/label.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index f26a981a..e5e76840 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -7,7 +7,8 @@ # https://github.com/actions/labeler name: Labeler -on: [pull_request_target] +# Disable until we have some actual labels to apply +on: [] jobs: label: @@ -15,8 +16,6 @@ jobs: permissions: contents: read pull-requests: write - # Disable until we have some actual labels to apply - if: false steps: - uses: actions/labeler@v5