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

[Feature] Add milestone support #295

Closed
yacut opened this issue Nov 14, 2019 · 0 comments · Fixed by #470
Closed

[Feature] Add milestone support #295

yacut opened this issue Nov 14, 2019 · 0 comments · Fixed by #470
Assignees

Comments

@yacut
Copy link

yacut commented Nov 14, 2019

Overview

I want to manage the Repository Milestones with Terraform.

Proposed new resources

This functionality would probably require two new resources/data sources at a minimum.

New resource: github_repository_milestone
New data source: github_repository_milestone

Possible configuration

resource "github_repository_milestone" "my_milestone" {
  name         = "My Milestone"
  repository   = "test-repo"
  description  = "some info" // optional
  due_date     = "yyyy-mm-dd" // optional
}

Related materials

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 a pull request may close this issue.

2 participants