mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-16 12:16:06 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user