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

Add some actions API methods for working with self-hosted runners #483

Merged
merged 1 commit into from
Nov 3, 2023
Merged

Add some actions API methods for working with self-hosted runners #483

merged 1 commit into from
Nov 3, 2023

Conversation

samkearney
Copy link
Contributor

@samkearney samkearney commented Nov 3, 2023

This PR adds some methods to the ActionsHandler to work with GitHub's self-hosted runners API, for managing self-hosted GitHub Actions runners associated with repos or organizations. I didn't have time to cover the full API, so I implemented the methods I need and what I think are likely to be the most popular methods in this area of the API.

Relevant API reference is here.

I have tried to follow the styles and conventions that I see in the project, but please let me know if I missed anything. Thanks!

@XAMPPRocky
Copy link
Owner

Thank you for your PR, and congrats on your first contribution! 🎉

@XAMPPRocky XAMPPRocky merged commit 184791c into XAMPPRocky:main Nov 3, 2023
10 checks passed
@github-actions github-actions bot mentioned this pull request Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants