behaviorbot / welcome

A probot app that welcome new users
https://github.com/apps/welcome
MIT License
198 stars 66 forks source link

Updating Probot #15

Closed hiimbex closed 4 years ago

hiimbex commented 5 years ago

Probot is currently on v7.2.0, while several behavior bot apps are lagging behind. I'd appreciate some help getting them all updated!

This will require the following:

  1. updating the Probot entry in each package.json.
  2. Running npm install (If you don't already have node and npm installed, you'll need to do so here).
  3. Running npm test and fixing any errors that may arise from that. I think the main issue will be renaming robot to app.
  4. Get all tests back to passing;
  5. Open a PR and ping me for review!

Here are the apps that need updating:

jwsloan commented 5 years ago

@hiimbex here is my attempt at taking care of this for first-pr-merge: https://github.com/behaviorbot/first-pr-merge/pull/18

MikaelSmith commented 5 years ago

Looks like this didn't get closed when the work finished. Probot's also up to 9.3.0. I'll see what I can do about it.

lucasvazq commented 4 years ago

Then, can close this issue?