You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2020. It is now read-only.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The dependency probot was updated from 7.5.1 to 8.0.0.
This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
octokit.issues.addLabels sends labels parameter with "labels" namespace instead of sending the array in the request body root. This is not supported by GitHub Enterprise 2.15 or older. You have several options.
context.github.query() is now context.github.graphql()
context.github.query(query, variables, headers) is now context.github.graphql(query, options). options.headers is passed as headers. Other options are passed as variables, with the exception of method, baseUrl, url, headers, request, and query.
context.github.paginate(promise, mapFn) is now context.github.paginate(requestOptions, mapFn). Example:
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.
The dependency probot was updated from
7.5.1to8.0.0.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v8.0.0
🤦♂️We did a little 💩
We released both v8.0.0 and v9.0.0 at the same time. Please update directly to v9. See changelogs at https://github.com/probot/probot/releases/tag/v9.0.0
Commits
The new version differs by 70 commits ahead by 70, behind by 3.
7648419chore(package): update lockfile package-lock.json49afe60fix(package): update pkg-conf to version 3.0.0e86c260test: convert webhook proxy test to TS (#851)4cf59e2test: convert final test to TypeScript (#850)6229a14build(package): Update Jest to v24 (#863)3630bc2feat: Add overloads for all Webhook events (#858)be1440ffix: remove unnecessary escaping in private key error message (#862)8c5495ffeat: standalone run command (#751)eed8380chore(package): update lockfile package-lock.json7d30231chore(package): update ts-jest to version 24.0.0973c6a4feat: options.Octokit to pass custom Octokit version (#840)987db21chore(tests): Convert setup script to TS (#849)be833afchore(package): update lockfile package-lock.jsonf500527chore(package): update @types/node to version 11.9.0bce1ff7fix(typescript): @octokit/webhooks import (#854)There are 70 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴