github-java-client
github-java-client copied to clipboard
Support for GitHub Actions
Hi, I'm happy to implement support for GitHub actions if that's something you'd consider accepting.
Thanks!
hey @jvanzyl, Github actions is already used in PRs on this repo. Unless I'm missing something, I guess this is already in place. Am I missing anything?
Sorry, I mean that your github client itself making calls to the GitHub Actions APIs. If it does that already, awesome.
Ah, got it. Sorry for the misunderstanding. No, these are not supported yet, and contributions are much appreciated.
Any progress on this? This would be quite useful!
@jamesrudolph We haven't made progress on this but as mentioned above we would gladly accept PR's if you are open to adding them.
We have some automation with GitHub Actions. It automates the test and release workflow. In our README, we briefly describe how to use this automation for releasing new versions.
You are welcome to add more automation and/or improve the existing automation.
Sorry, I mean that your github client itself making calls to the GitHub Actions APIs. If it does that already, awesome.
Per above quote, this issue was about adding support for calling the GitHub API to manage GitHub Actions via Java, not to utilize GitHub Actions
@jamesrudolph Sorry for misunderstanding. I might have misread the thread. We still do not have that support and welcome contributions to integrate calls towards GitHub Actions.