Hi there,
I've implemented the exact Labeler workflow as the starter-workflow template in the dir path .github/workflows/label.yml.
I have also added the .github/labeler.yml file with the configuration below:
Trader: packages/trader/**/*
Bot: packages/bot/**/*
Core: packages/core/**/*
Components: packages/components/**/*
Shared: packages/shared/**/*
The action is recognised and runs on PR, however the Labeler action resolves with the following error:
##[error]HttpError: Resource not accessible by integration
##[error]Resource not accessible by integration
##[error]Node run failed with exit code 1
Googling seems to relate that error with invalid access to the repo by the action app, so I thought I'd create an issue and disable the action for now, but would be happy to know if there's something I have missed out that will be able to solve this issue for me.
Thanks.
Hi there,
I've implemented the exact Labeler workflow as the starter-workflow template in the dir path
.github/workflows/label.yml.I have also added the
.github/labeler.ymlfile with the configuration below:The action is recognised and runs on PR, however the Labeler action resolves with the following error:
Googling seems to relate that error with invalid access to the repo by the action app, so I thought I'd create an issue and disable the action for now, but would be happy to know if there's something I have missed out that will be able to solve this issue for me.
Thanks.