Skip to content

Fix for auto-merging and GitHub preview APIs

Compare
Choose a tag to compare
@chrnorm chrnorm released this 11 Dec 02:45

Rebuild lib/main.js with the new auto_merge parameter (was included in the previous release but wasn't actually compiled into the JS)

Add the preview APIs to the GitHub client initialization: const client = new github.GitHub(token, { previews: ["flash", "ant-man"] });