github-java-client
github-java-client copied to clipboard
Add get and list workflows from github actions API
Hi @Abhi347!
Here is a small PR which adds get and list workflows from Github Actions API:
- List Workflows: https://docs.github.com/en/rest/actions/workflows#list-repository-workflows
- Get Workflow: https://docs.github.com/en/rest/actions/workflows#get-a-workflow
Added tests as well for code coverage
@ebk45 a small ping for review 🙂
Thank you so much for the review @ebk45! I have updated the pull request and added ActionsClient under RepositoryClient and WorkflowsClient is now a child of ActionsClient. Please let me know if I need to change anything. 🙂
small ping for review @ebk45 🙂
Thanks a lot! @dennisgranath 😄
Adds ActionsClient for #18