From e6792790cc9af894ff9d04dbf023b089283061d6 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Wed, 26 Feb 2025 15:51:30 +0200 Subject: [PATCH] Update autolabeler.yml (#2660) --- .github/workflows/autolabeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autolabeler.yml b/.github/workflows/autolabeler.yml index dfe1303e5..013c40be5 100644 --- a/.github/workflows/autolabeler.yml +++ b/.github/workflows/autolabeler.yml @@ -11,7 +11,7 @@ jobs: permissions: pull-requests: write env: - CONFIG_PATH: .github/autolabeler-config_new.json + CONFIG_PATH: .github/autolabeler-config.json steps: - name: Checkout repository uses: actions/checkout@v4 @@ -87,4 +87,4 @@ jobs: issue_number: prNumber, labels: Array.from(labelsToAdd), }); - } \ No newline at end of file + }