github-bot
github-bot copied to clipboard
@nodejs-github-bot's heart and soul
Bumps [eventsource](https://github.com/EventSource/eventsource) from 0.2.3 to 2.0.2. Changelog Sourced from eventsource's changelog. 2.0.2 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 2.0.1 Fix URL...
**Note**: this is a rough draft of a implementation of the "Edit Comment" feature described in https://github.com/nodejs/github-bot/issues/251. I haven't set up my machine to test the bot yet, so this...
`inProgress` is set to false and then never changed. Should it be removed or is there a bug where somewhere it should be set to true but it's not?
This was requested by @BridgeAR in https://github.com/nodejs/node/issues/41102, but had not yet been fully resolved by the PR that closed that issue. I have not contributed to this repo in a...
There are a lot of deprecated functions that have been removed/replaced. It would be probably be good to do this update while it's optional rather than needing to do it...
Initial implementation of the "Actions relay" suggested here: https://github.com/nodejs/github-bot/issues/264. Doesn't work yet because createDispatchEvent is not available on the `github` version we're using. (current PR rebased on top of #271...
First of, I love our GitHub bot. It's an essential piece of our infrastructure, and it can fill the gaps where GitHub Actions don't work well (the whole read-only, no...
https://www.npmjs.com/package/ngrok works great, I'm using on another project
So I merged #275 today, but the bot was still behaving like before the PR. I just logged into the bot instance and noticed the bot server was running since...
Started a Jenkins CI for https://github.com/nodejs/node-auto-test/pull/19, the bot commented on https://github.com/nodejs/node/issues/19#issuecomment-650532924.