-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 GenerateEnterpriseJITConfig #2890
Add GenerateEnterpriseJITConfig #2890
Conversation
With version 3.10 of GitHub Enterprise server, the new just-in-time runner configuration is available for enterprises. Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
Codecov Report
@@ Coverage Diff @@
## master #2890 +/- ##
==========================================
- Coverage 98.12% 98.06% -0.06%
==========================================
Files 142 140 -2
Lines 12453 12306 -147
==========================================
- Hits 12219 12068 -151
- Misses 159 162 +3
- Partials 75 76 +1
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @gabriel-samfira !
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.
@WillAbides - do you have time for a code review on this one? |
No worries at all @gmlewis ! |
Thank you, @WillAbides ! |
With version 3.10 of GitHub Enterprise server, the new just-in-time runner configuration is available for enterprises.
See: https://docs.github.com/en/enterprise-cloud@latest/rest/actions/self-hosted-runners?apiVersion=2022-11-28#create-configuration-for-a-just-in-time-runner-for-an-enterprise
CC: @mkulke