babel-bot icon indicating copy to clipboard operation
babel-bot copied to clipboard

extraneous double quotes at end of posted comment on issues

Open serhalp opened this issue 5 years ago • 2 comments

babel-bot posted a comment on my issue here: https://github.com/babel/babel/issues/12513#issuecomment-745701629. It contains an extraneous " at the very end:

[...] for an invite."

I traced through the code and I don't see where it would be coming from, since the string looks fine here and it's passed around without manipulation all the way to the GitHub API request. 🤷🏼

serhalp avatar Dec 16 '20 01:12 serhalp

I can't believe I just painstakingly binary searched thousands of issues for a silly extraneous character in this mildly important bot's automated message, but:

  • Sep. 10 2019: no extraneous character https://github.com/babel/babel/issues/10426#issuecomment-530089536
  • Sep. 26 2019: extraneous character https://github.com/babel/babel/issues/10497#issuecomment-535404254

I could get closer but I think that's probably good enough.

Interestingly, no commits around that time, so I dunno. Maybe a GitHub API change around then.

serhalp avatar Dec 16 '20 01:12 serhalp

Oh thanks!

It's a bug here, would you like to open a PR? https://github.com/babel/babel/blob/main/.github/workflows/issue-triage.yml

nicolo-ribaudo avatar Dec 16 '20 09:12 nicolo-ribaudo