diff --git a/.github/workflows/autolabeler.yml b/.github/workflows/autolabeler.yml index 53622a5fe..75eba1c19 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