adapter-github-actions icon indicating copy to clipboard operation
adapter-github-actions copied to clipboard

:electric_plug: An adapter that takes a Probot app and makes it compatible with GitHub Actions

Results 13 adapter-github-actions issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@actions/core](https://redirect.github.com/actions/toolkit/tree/main/packages/core) ([source](https://redirect.github.com/actions/toolkit/tree/HEAD/packages/core)) | [`^1.10.1` -> `^2.0.0`](https://renovatebot.com/diffs/npm/@actions%2fcore/1.11.1/2.0.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@actions%2fcore/2.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@actions%2fcore/1.11.1/2.0.1?slim=true) | --- ###...

Type: Maintenance

## Bug Report **Current Behavior** `app.on` complains about `pull_request_target` events due to use of `octokit/webhook` for verification. pull_request_target.opened pull_request_target.reopened pull_request_target.synchronize pull_request_target.edited console.warn "pull_request_target.synchronize" is not a known webhook name (developer.github.com/v3/activity/events/types)...

enhancement
help wanted