You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... the documentation does not mention anything about my problem
... there are no open or closed issues that are related to my problem
Description
I am getting an error when running the action on my repo.
Expected behaviour
For it to pass.
Actual behaviour
Fails with the following error:
/home/runner/work/_actions/crazy-max/ghaction-github-labeler/v5.0.0/webpack:/github-labeler/src/labeler.ts:211
for (const fileLabel of yield this.fileLabels) {
^
TypeError: (intermediate value) is not iterable
at Labeler.next (/home/runner/work/_actions/crazy-max/ghaction-github-labeler/v5.0.0/webpack:/github-labeler/src/labeler.ts:211:1)
at Generator.next (<anonymous>)
at fulfilled (/home/runner/work/_actions/crazy-max/ghaction-github-labeler/v5.0.0/webpack:/github-labeler/src/labeler.ts:28:1)
Steps to reproduce
Add labels.yml to .github/ and the attached workflow to .github/workflows/labeler.yml then submit as a PR .
Support guidelines
I've found a bug and checked that ...
Description
I am getting an error when running the action on my repo.
Expected behaviour
For it to pass.
Actual behaviour
Fails with the following error:
Steps to reproduce
Add
labels.yml
to.github/
and the attached workflow to.github/workflows/labeler.yml
then submit as a PR .Repository URL
https://github.com/halomod/halomod
Workflow run URL
https://github.com/halomod/halomod/actions/runs/10077254324/job/27859353630?pr=115
YAML workflow
Workflow logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: