request-info icon indicating copy to clipboard operation
request-info copied to clipboard

Replace probot-config with context.config

Open GeorgianaElena opened this issue 4 years ago • 3 comments

The probot-config repository has been archived and implemented in probot itself (ref: https://github.com/probot/probot/pull/975).

This PR:

  • removes probot-config and replaces it with context.config
  • bumps the probot version to a version that includes probot-config
    • replace deprecated getContent with getContents
    • replace deprecated .event prop with .name (ref: v9.0.0 breaking changes)

I think this will also solve https://github.com/behaviorbot/request-info/issues/48.

cc @hiimbex

GeorgianaElena avatar May 01 '20 10:05 GeorgianaElena

Thanks so much for opening your first PR here!

welcome[bot] avatar May 01 '20 10:05 welcome[bot]

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update some of our documentation based on your changes.

update-docs[bot] avatar May 01 '20 10:05 update-docs[bot]

The tests are passing :tada:, so this should be ready for review.

GeorgianaElena avatar May 01 '20 13:05 GeorgianaElena