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

[FEAT]: Support managing enterprise Actions runner groups #1482

Closed
1 task done
palloberg opened this issue Jan 12, 2023 · 0 comments · Fixed by #2158
Closed
1 task done

[FEAT]: Support managing enterprise Actions runner groups #1482

palloberg opened this issue Jan 12, 2023 · 0 comments · Fixed by #2158
Labels
hacktoberfest Issues for participation in Hacktoberfest Status: Up for grabs Issues that are ready to be worked on by anyone Type: Feature New feature or request

Comments

@palloberg
Copy link

Describe the need

I would like to be able to manage Actions runner groups for my Enterprise, using the resources created in #1477

resource "github_enterprise_organization" "example" {
  enterprise_id = data.github_enterprise.example.id
  name = "example-org"
}

resource "github_enterprise_actions_runner_group" "example" {
  name                       = "Example runners"
  visibility                 = "all"
  allows_public_repositories = true
  selected_organization_ids  = [github_enterprise_organization.example.id]
}

API reference: https://docs.github.com/en/enterprise-cloud@latest/rest/actions/self-hosted-runner-groups?apiVersion=2022-11-28#create-a-self-hosted-runner-group-for-an-enterprise

SDK Version

No response

API Version

No response

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@palloberg palloberg added Status: Triage This is being looked at and prioritized Type: Feature New feature or request labels Jan 12, 2023
@nickfloyd nickfloyd added the Status: Up for grabs Issues that are ready to be worked on by anyone label Jan 12, 2023
@nickfloyd nickfloyd moved this from 🆕 Triage to 🔥 Backlog in 🧰 Octokit Active Jan 12, 2023
@kfcampbell kfcampbell added Priority: Normal and removed Status: Triage This is being looked at and prioritized labels Jan 13, 2023
@nickfloyd nickfloyd added the hacktoberfest Issues for participation in Hacktoberfest label Sep 20, 2023
@github-project-automation github-project-automation bot moved this from 🔥 Backlog to ✅ Done in 🧰 Octokit Active Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Issues for participation in Hacktoberfest Status: Up for grabs Issues that are ready to be worked on by anyone Type: Feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants