From 90ff9c87320c81f4dddb122a2ac2c8333f16e47a Mon Sep 17 00:00:00 2001 From: Harsha Raghu Date: Fri, 15 Oct 2021 17:55:05 +0530 Subject: [PATCH] Fix labeler config path --- .github/workflows/labeler.yml | 2 +- .github/workflows/labeler/{labeler.yml => config.yml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/labeler/{labeler.yml => config.yml} (100%) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 3ba4e274..cb40f330 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,4 +9,4 @@ jobs: - uses: actions/labeler@v3 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" - configuration-path: .github/labeler/labeler.yml \ No newline at end of file + configuration-path: .github/workflows/labeler/config.yml \ No newline at end of file diff --git a/.github/workflows/labeler/labeler.yml b/.github/workflows/labeler/config.yml similarity index 100% rename from .github/workflows/labeler/labeler.yml rename to .github/workflows/labeler/config.yml