Use correct suffix for Labeler config file (#3441)
The labeler action was failing as it was looking for `.github/labels.yaml` but the file has the suffix `.yml`. This change fixes the path used by the labeler action. Signed-off-by: Bridget McErlean <bmcerlean@vmware.com>pull/3445/head
parent
3070feaeb2
commit
2a4586ba08
|
@ -21,4 +21,4 @@ jobs:
|
|||
- uses: actions/labeler@v3
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: .github/labels.yaml
|
||||
configuration-path: .github/labels.yml
|
||||
|
|
Loading…
Reference in New Issue