mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 13:55:20 +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:
2
.github/workflows/auto_assign_prs.yml
vendored
2
.github/workflows/auto_assign_prs.yml
vendored
@@ -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