Closed lfortin-cc closed 1 year ago
Hello @lfortin-cc Thank you for creating this issue. We will investigate it and come back to you as soon as we have some feedback.
Hello @lfortin-cc!
Unfortunately, v5.0.0-alpha.1
and v5.0.0-beta.1
do not contain these changes. To fix the issue please use v5.0.0-beta
- uses: actions/labeler@v5.0.0-beta
with:
configuration-path: .github/labeler.yml
Thank you @MaksimZhukov it works with v5.0.0-beta
. I will close this issue, but is there a reason why that version is not shown in the marketplace? I only saw the .1
variants of the alpha and beta there.
The reason is that this is not a version, this is a branch. We are going to release a new major version with these changes soon. Thank you for the patience!
Description: When using the
configuration-path
input with a.github/labeler.yml
checked out with the checkout action, I getError: HttpError: Not Found
. However, the same workflow is fine when I tested it withv4
andv4.3.0
.Action version:
Platform:
Runner type:
Repro steps:
.github/workflows/pr-workflows.yaml
.github/workflows/org-workflows.yaml
.github/labeler.yml
By only changing the labeler version to
v4
orv4.3.0
, in the action logs I can seeThe configuration file (path: .github/labeler.yml) is found locally, reading from the file
and theHttpError
is gone. However the configuration depends on the labeling per branch name only introduced in v5.Expected behavior: When using v5, I should see
The configuration file (path: .github/labeler.yml) is found locally, reading from the file
in the logs.Actual behavior: