Adam Netočný

Results 4 issues of Adam Netočný

**What happened?** I'd like to call [Self-hosted runner groups endpoints](https://docs.github.com/en/rest/reference/actions#self-hosted-runner-groups), but these are missing completely. They are present in `openapi-types`, `plugin-paginate-rest` and `types`, but are not referenced in `plugin-rest-endpoint-methods` nor...

typescript
Type: Support
enterprise

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...

bug

### What happened? I'm upgrading to newer plugin-enterprise-server.js (from 10.6.4 to 15.1.3) and realized that endpoints that I used and are still part of GitHub ES 3.9 are missing: -...

Type: Bug

The Probot interface already provides a second parameter to [`Probot.auth`](https://github.com/probot/probot/blob/master/src/probot.ts#L45) function, however unused by the implementation. This PR implements this interface fully, so provided `log` (if provided) will be used...