Skip to content

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

@palloberg

Description

@palloberg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: Up for grabsIssues that are ready to be worked on by anyoneType: FeatureNew feature or requesthacktoberfestIssues for participation in Hacktoberfest

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions