Tags: dizzydaizy/app.js
Tags
fix(deps): update dependency @octokit/auth-app to v3 (octokit#207) Co-authored-by: Renovate Bot <bot@renovateapp.com>
fix(types): add explicit return type to webhooks() function (octokit#201 ) Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
feat: add implementation of eachRepository({ installationId }, callba… …ck) (octokit#189) thanks @tmadeira, @oscard0m, @wolfy1339 With this patch, users can optionally pass an installation ID to `app.eachRepository` to iterate through repositories of one specific installation, as written in README: ``` for await (const { octokit, repository } of app.eachRepository.iterator({ installationId })) { /* ... */ } await app.eachRepository({ installationId }, ({ octokit, repository }) => /* ... */) ```
feat: initial version of the all new `@octokit/app` (octokit#139) (oc… …tokit#140) BREAKING CHANGE: This is an entire new library to build GitHub Apps
PreviousNext