diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 31d150a8fa..31908918bc 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -24,5 +24,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - uses: actions/labeler@v5 - + with: + configuration-path: .github/issue_labeler.yml