wolfy1339

Results 491 comments of wolfy1339

@Cj-Malone I believe this should be fixed to your liking

Octokit is no longer unmaintained. This is a not a simple task to do. If you would like to contribute, feel free to open a PR

The problem is that that is an event for GitHub actions and not Webhooks. It requires some changes and possibly new packages Feel free to work on this yourself instead...

> Considering this is purely action-specific behaviour and does not exist with webhooks. I think we can deal with this in `adapter-github-actions`, because from a Probot perspective, the difference basically...

Are you using the appropriate plugin for GHES? https://github.com/octokit/plugin-enterprise-server.js/

Can you please share some code demonstrating your issue?

The workflow did not fail. The action used spits out errors, but it did not fail.

Previews still exist for the GraphQL endpoint, this as-is won't work

For the types, we can probably do a ternary expression based on the endpoint, to only have previews for GraphQL as it is only one endpoint (`/graphql`) For the code...

Since the underlying packages have been updated to no longer support previews for the REST API, this shouldn't be a breaking change. I will come back to this once things...