From 498aabfd2cd66ae075393dc0a95f0c502c0b4492 Mon Sep 17 00:00:00 2001 From: Thomas Rittson <31796059+eliykat@users.noreply.github.com> Date: Fri, 10 Jun 2022 23:10:49 +1000 Subject: [PATCH] Fix file path (#2048) --- .github/workflows/pr-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 37b5a34c5..a1d10e22c 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -19,4 +19,4 @@ jobs: uses: actions/labeler@9fd24f1f9d6ceb64ba34d181b329ee72f99978a0 # v4.0.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" - configuration-path: ".github/workflows/community-pr-label.yml" + configuration-path: ".github/community-pr-label.yml"