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>
This commit is contained in:
Bridget McErlean
2021-02-10 12:58:17 -05:00
committed by GitHub
parent 3070feaeb2
commit 2a4586ba08

View File

@@ -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