Description:
Somehow, today the labeler action started to fail. I didn't change any labeler config file or setup. I wonder if it's because of the new release (v5.0.0).
Execution output:
Run actions/labeler@master
with:
repo-token: ***
configuration-path: .github/labeler.yml
sync-labels: false
dot: true
The configuration file (path: .github/labeler.yml) was not found locally, fetching via the api
Error: Error: found unexpected type for label 'frontend' (should be array of config options)
Error: found unexpected type for label 'frontend' (should be array of config options)
.github/labeler.yml:
frontend:
- shared/frontend/**/*
pdf:
- shared/pdf/**/*
configurations:
- .circleci/**/*
- .github/**/*
Platform:
Runner type:
Repro steps:
The action runs automatically every time I create a PR. The labeler.yml hasn't any changes.
Expected behavior:
Action should run successfully.
Actual behavior:
I get this error: Error: Error: found unexpected type for label 'frontend' (should be array of config options)
Description:
Somehow, today the labeler action started to fail. I didn't change any labeler config file or setup. I wonder if it's because of the new release (v5.0.0).
Execution output:
.github/labeler.yml:
Platform:
Runner type:
Repro steps:
The action runs automatically every time I create a PR. The
labeler.ymlhasn't any changes.Expected behavior:
Action should run successfully.
Actual behavior:
I get this error:
Error: Error: found unexpected type for label 'frontend' (should be array of config options)