jpmcb / prow-github-actions

Slash commands, jobs, and chat-ops for Github actions inspired by Kubernetes Prow ⚓️
MIT License
93 stars 11 forks source link

Fix the labeler workflow #57

Closed carolynvs closed 2 years ago

carolynvs commented 2 years ago

The label config file for the actions/labeler action is .github/labeler.yml. But the config file is located in .github/labels.yaml. I've updated the workflow configuration to override the configuration path with the real location of the file.

This fixes the labeler workflow for pull requests. It's going to still fail for this PR because it uses "pull_request_target" but once merged, future PRs should have this workflow succeed.