From 6930b95c277a2e403db1faee9b8430771f2b741f Mon Sep 17 00:00:00 2001 From: Soren Martius Date: Tue, 11 Jan 2022 22:47:04 -0300 Subject: [PATCH 1/3] fix: use correct version in template --- README.tfdoc.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.tfdoc.hcl b/README.tfdoc.hcl index 1eb2617..caba355 100644 --- a/README.tfdoc.hcl +++ b/README.tfdoc.hcl @@ -62,7 +62,7 @@ section { ```hcl module "team" { source = "mineiros-io/team/github" - version = "~> 0.6.0" + version = "~> 0.8.0" name = "DevOps" description = "The DevOps Team" From 26386dd2681bc65c41794e0260a000b2117b0980 Mon Sep 17 00:00:00 2001 From: Soren Martius Date: Tue, 11 Jan 2022 22:47:30 -0300 Subject: [PATCH 2/3] docs: add latest rendered README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 021c089..4dfd0ee 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ This module supports the following resources: ```hcl module "team" { source = "mineiros-io/team/github" - version = "~> 0.6.0" + version = "~> 0.8.0" name = "DevOps" description = "The DevOps Team" @@ -144,31 +144,31 @@ See [variables.tf] and [examples/] for details and use-cases. - [**`admin_repositories`**](#var-admin_repositories): *(Optional `set(string)`)* - A list of repository names the current team should get admin (full) permission to. + A list of repository names the current team should get [admin](https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization#repository-roles-for-organizations) permission to. Default is `[]`. - [**`maintain_repositories`**](#var-maintain_repositories): *(Optional `set(string)`)* - A list of repository names the current team should get admin (maintain) permission to. + A list of repository names the current team should get [maintain](https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization#repository-roles-for-organizations) permission to. Default is `[]`. - [**`push_repositories`**](#var-push_repositories): *(Optional `set(string)`)* - A list of repository names the current team should get push (read-write) permission to. + A list of repository names the current team should get [push (read-write)](https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization#repository-roles-for-organizations) permission to. Default is `[]`. - [**`triage_repositories`**](#var-triage_repositories): *(Optional `set(string)`)* - A list of repository names the current team should get push (triage) permission to. + A list of repository names the current team should get [push (triage)](https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization#repository-roles-for-organizations) permission to. Default is `[]`. - [**`pull_repositories`**](#var-pull_repositories): *(Optional `set(string)`)* - A list of repository names the current team should get pull (read-only) permission to. + A list of repository names the current team should get [pull (read-only)](https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization#repository-roles-for-organizations) permission to. Default is `[]`. From 12afe75ca6cb4398f2ea6cdcef52aba1d5cb5d52 Mon Sep 17 00:00:00 2001 From: Soren Martius Date: Tue, 11 Jan 2022 22:49:24 -0300 Subject: [PATCH 3/3] chore: remove markdown-link-check comments --- CHANGELOG.md | 6 ------ examples/README.md | 5 ----- examples/github-team/README.md | 5 ----- 3 files changed, 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3931f98..ec18a3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - - Automatically remove maintainers from members to resolve conflicts on the fly - BREAKING CHANGE: Add support for `module_enabled` - BREAKING CHANGE: Drop support for broken terraform `1.1.0` and `1.1.1` which might corrupt terraform state. @@ -169,13 +168,8 @@ After you've migrated the state, please run - This is the initial release of our terraform-github-team module that supports Team, Nested Team, Memberships, Team Repositories. - - [unreleased]: https://github.com/mineiros-io/terraform-github-team/compare/v0.8.0...HEAD [0.8.0]: https://github.com/mineiros-io/terraform-github-team/compare/v0.7.0...v0.8.0 - - - [0.7.0]: https://github.com/mineiros-io/terraform-github-team/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/mineiros-io/terraform-github-team/compare/v0.5.2...v0.6.0 [0.5.2]: https://github.com/mineiros-io/terraform-github-team/compare/v0.5.1...v0.5.2 diff --git a/examples/README.md b/examples/README.md index b7d2cc0..3c1df25 100644 --- a/examples/README.md +++ b/examples/README.md @@ -11,17 +11,12 @@ - [github-team/]: https://github.com/mineiros-io/terraform-github-team/blob/main/examples/github-team - - [homepage]: https://mineiros.io/?ref=terraform-github-team - [badge-license]: https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg [badge-terraform]: https://img.shields.io/badge/terraform-1.x-623CE4.svg?logo=terraform [badge-slack]: https://img.shields.io/badge/slack-@mineiros--community-f32752.svg?logo=slack [badge-semver]: https://img.shields.io/github/v/tag/mineiros-io/terraform-github-team.svg?label=latest&sort=semver - [releases-github]: https://github.com/mineiros-io/terraform-github-team/releases [releases-terraform]: https://github.com/hashicorp/terraform/releases [apache20]: https://opensource.org/licenses/Apache-2.0 diff --git a/examples/github-team/README.md b/examples/github-team/README.md index b1f63f1..3da0ab1 100644 --- a/examples/github-team/README.md +++ b/examples/github-team/README.md @@ -75,12 +75,7 @@ Run `terraform destroy` to destroy all resources again. - - [main.tf]: https://github.com/mineiros-io/terraform-github-team/blob/main/examples/github-team/main.tf - - - [homepage]: https://mineiros.io/?ref=terraform-github-team [badge-license]: https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg [badge-terraform]: https://img.shields.io/badge/terraform-1.x%20|0.15%20|0.14%20|%200.13%20|%200.12.20+-623CE4.svg?logo=terraform