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