Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement bindings to the @actions/github package #4

Open
colinwahl opened this issue Sep 11, 2020 · 1 comment
Open

Implement bindings to the @actions/github package #4

colinwahl opened this issue Sep 11, 2020 · 1 comment
Labels
type: enhancement A new feature or addition.

Comments

@colinwahl
Copy link
Member

Right now this library does not expose bindings to the @actions/github package. In order to support the full actions toolkit, we will need bindings to that package.

@colinwahl colinwahl added type: enhancement A new feature or addition. help wanted labels Sep 11, 2020
@colinwahl
Copy link
Member Author

I took a look at the @actions/github package and it seems like this one will be the most complicated to implement (with the oktokit stuff). If someone is interested in trying to write bindings.

However, it looks like we could write bindings around context pretty easily, which would be a great first step to getting this done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A new feature or addition.
Development

No branches or pull requests

2 participants