New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnhandledPromiseRejectionWarning #10
Comments
|
I think this may be the same issue as mine, #9. |
|
Can you test with my labeler action? Maybe it's an issue with octokit. |
|
@crazy-max your implementation works. |
|
For me, it seemed to create all the labels, but I also see the same failures. |
|
@oalders I am wondering if the problem could be related to this line: issue-label-manager-action/index.js Line 91 in 4766b75
When comparing strings or characters, this function is case-sensitive so, issue-label-manager-action/index.js Line 32 in 4766b75
create instead of update.
So perhaps this could solve the errors? if (newLabelsNames.toLowerCase().includes(oLabel.toLowerCase())) { |
|
@schalkneethling I actually don't know. I opened this issue a few years ago and kind of moved on to other things after I hit this problem. |
I reckon I will open a pull request and see where it goes from there. Thank you for getting back to me. |
|
This should now be resolved as of release 3.0.1 |
I ran into this here: https://github.com/oalders/changelog-generator/pull/1/checks?check_run_id=242518473
It was supposed to set up 3 default labels. Two of them already existed, albeit with different letter casing. The delete worked, but only one label
Hacktoberfestexisted.BugandEnhancementdid not get created.The text was updated successfully, but these errors were encountered: