diff --git a/.github/workflows/autolabeler.yml b/.github/workflows/autolabeler.yml index dfe1303e..013c40be 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 + }