diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 485249b7..1c8414bf 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -3,8 +3,9 @@ on: - pull_request_target jobs: - steps: - - uses: actions/labeler@v3 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" - configuration-path: .github/labeler/labeler.yml \ No newline at end of file + Label: + steps: + - uses: actions/labeler@v3 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}" + configuration-path: .github/labeler/labeler.yml \ No newline at end of file