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

Add django-fsm-2 repo #40

Merged
merged 2 commits into from
Sep 2, 2024
Merged

Add django-fsm-2 repo #40

merged 2 commits into from
Sep 2, 2024

Conversation

cunla
Copy link
Member

@cunla cunla commented Sep 2, 2024

No description provided.

Files changed:
M	terraform/production/repositories.tfvars
Copy link

github-actions bot commented Sep 2, 2024

Terraform plan in terraform
With var files: terraform/production/org.tfvars terraform/production/repositories.tfvars
With variables: github_token = (sensitive value)

Plan: 1 to import, 9 to add, 2 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+   create
!~  update in-place

Terraform will perform the following actions:

  # github_repository.this["django-fsm-2"] will be updated in-place
  # (imported from "django-fsm-2")
!~  resource "github_repository" "this" {
        allow_auto_merge            = false
!~      allow_merge_commit          = false -> true
!~      allow_rebase_merge          = true -> false
        allow_squash_merge          = true
        allow_update_branch         = true
+       archive_on_destroy          = true
        archived                    = false
        auto_init                   = false
        default_branch              = "main"
        delete_branch_on_merge      = true
        description                 = "Django friendly finite state machine support"
        etag                        = "W/\"45b348b36dad1babf0061765b8cf491a53341f2dc36854adec2ffe0c79f230a1\""
        full_name                   = "django-commons/django-fsm-2"
        git_clone_url               = "git://github.com/django-commons/django-fsm-2.git"
        has_discussions             = true
        has_downloads               = true
        has_issues                  = true
!~      has_projects                = false -> true
        has_wiki                    = false
+       homepage_url                = "https://github.com/django-commons/django-fsm-2"
        html_url                    = "https://github.com/django-commons/django-fsm-2"
        http_clone_url              = "https://github.com/django-commons/django-fsm-2.git"
        id                          = "django-fsm-2"
        is_template                 = false
!~      merge_commit_message        = "BLANK" -> "PR_BODY"
        merge_commit_title          = "PR_TITLE"
        name                        = "django-fsm-2"
        node_id                     = "************"
        primary_language            = "Python"
        private                     = false
        repo_id                     = 555169571
!~      squash_merge_commit_message = "COMMIT_MESSAGES" -> "PR_BODY"
        squash_merge_commit_title   = "PR_TITLE"
        ssh_clone_url               = "git@github.com:django-commons/django-fsm-2.git"
        svn_url                     = "https://github.com/django-commons/django-fsm-2"
        topics                      = []
        visibility                  = "public"
        vulnerability_alerts        = true
        web_commit_signoff_required = false

        security_and_analysis {
            secret_scanning {
                status = "disabled"
            }
            secret_scanning_push_protection {
                status = "disabled"
            }
        }
    }

  # github_repository.this["playground2"] will be updated in-place
!~  resource "github_repository" "this" {
        id                          = "playground2"
!~      merge_commit_message        = "PR_TITLE" -> "PR_BODY"
!~      merge_commit_title          = "MERGE_MESSAGE" -> "PR_TITLE"
        name                        = "playground2"
#        (35 unchanged attributes hidden)

#        (1 unchanged block hidden)
    }

  # github_team.repo_admin_team["django-fsm-2"] will be created
+   resource "github_team" "repo_admin_team" {
+       create_default_maintainer = false
+       description               = "Admin team for the django-fsm-2 repository"
+       etag                      = (known after apply)
+       id                        = (known after apply)
+       members_count             = (known after apply)
+       name                      = "django-fsm-2-admins"
+       node_id                   = (known after apply)
+       parent_team_id            = (known after apply)
+       parent_team_read_id       = (known after apply)
+       parent_team_read_slug     = (known after apply)
+       privacy                   = "closed"
+       slug                      = (known after apply)
    }

  # github_team.repo_committer_team["django-fsm-2"] will be created
+   resource "github_team" "repo_committer_team" {
+       create_default_maintainer = false
+       description               = "Committers team for the django-fsm-2 repository"
+       etag                      = (known after apply)
+       id                        = (known after apply)
+       members_count             = (known after apply)
+       name                      = "django-fsm-2-committers"
+       node_id                   = (known after apply)
+       parent_team_id            = (known after apply)
+       parent_team_read_id       = (known after apply)
+       parent_team_read_slug     = (known after apply)
+       privacy                   = "closed"
+       slug                      = (known after apply)
    }

  # github_team.repo_team["django-fsm-2"] will be created
+   resource "github_team" "repo_team" {
+       create_default_maintainer = false
+       description               = "Main team for the django-fsm-2 repository"
+       etag                      = (known after apply)
+       id                        = (known after apply)
+       members_count             = (known after apply)
+       name                      = "django-fsm-2"
+       node_id                   = (known after apply)
+       parent_team_read_id       = (known after apply)
+       parent_team_read_slug     = (known after apply)
+       privacy                   = "closed"
+       slug                      = (known after apply)
    }

  # github_team_members.repo_admin_members["django-fsm-2"] will be created
+   resource "github_team_members" "repo_admin_members" {
+       id      = (known after apply)
+       team_id = (known after apply)

+       members {
+           role     = "member"
+           username = "natim"
        }
+       members {
+           role     = "member"
+           username = "pfouque"
        }
    }

  # github_team_members.repo_team_members["django-fsm-2"] will be created
+   resource "github_team_members" "repo_team_members" {
+       id      = (known after apply)
+       team_id = (known after apply)

+       members {
+           role     = "member"
+           username = "natim"
        }
+       members {
+           role     = "member"
+           username = "pfouque"
        }
    }

  # github_team_repository.repo_admin_team_access["django-fsm-2"] will be created
+   resource "github_team_repository" "repo_admin_team_access" {
+       etag       = (known after apply)
+       id         = (known after apply)
+       permission = "admin"
+       repository = "django-fsm-2"
+       team_id    = (known after apply)
    }

  # github_team_repository.repo_committer_team_access["django-fsm-2"] will be created
+   resource "github_team_repository" "repo_committer_team_access" {
+       etag       = (known after apply)
+       id         = (known after apply)
+       permission = "maintain"
+       repository = "django-fsm-2"
+       team_id    = (known after apply)
    }

  # github_team_repository.repo_team_access["django-fsm-2"] will be created
+   resource "github_team_repository" "repo_team_access" {
+       etag       = (known after apply)
+       id         = (known after apply)
+       permission = "triage"
+       repository = "django-fsm-2"
+       team_id    = (known after apply)
    }

  # github_team_settings.this["django-fsm-2"] will be created
+   resource "github_team_settings" "this" {
+       id        = (known after apply)
+       team_id   = (known after apply)
+       team_slug = (known after apply)
+       team_uid  = (known after apply)

+       review_request_delegation {
+           algorithm    = "LOAD_BALANCE"
+           member_count = 2
+           notify       = false
        }
    }

Plan: 1 to import, 9 to add, 2 to change, 0 to destroy.

📝 Plan generated in Plan org changes and list them in a PR #72

Copy link
Member

@Stormheg Stormheg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🎉 🎉

Copy link
Member

@pfouque pfouque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cunla cunla merged commit 510e040 into main Sep 2, 2024
@cunla cunla deleted the add-django-fsm-2 branch September 2, 2024 15:20
cunla added a commit that referenced this pull request Sep 14, 2024
tim-schilling pushed a commit that referenced this pull request Sep 14, 2024
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 this pull request may close these issues.

3 participants