Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
The pull request has changes that includes updating the Probot dependency from v11 to v12, updating dependencies that includes Jest, Nock, and Prettier, and modifying the tests to reflect the changes that were introduced by upgrading Probot.
Background info
Probot v12 has been released. The adapter has to be updated to be compatible with this latest release of the Probot Framework.
Please view #82 for additional background info.
Useful links that were referenced to make the changes included in this PR:
How can this be tested (manually and/or automated test)?
Unit Tests
1.) Checkout this branch and run
npm install
.2.) Run
npm run lint
and see that linting passes.3.) Run
npm test
and you should see all the tests succeed.Manual tests
We copied the repository with these changes included into our
node_modules/@probot/adapter-aws-lambda-serverless
folder of our Probot application to make sure the issue seen in #82 was resolved.Which issue(s) is/are related to this PR?
This PR is related to issue #82
close #82
BREAKING CHANGE: Probot dependency has been upgraded from Probot v11 to v12.