Skip to content

Conversation

metacosm
Copy link
Member

@metacosm metacosm commented Sep 1, 2025

This is meant to prevent accidental updates with merge commits.

This is meant to prevent accidental updates with merge commits.
@metacosm metacosm requested a review from a team as a code owner September 1, 2025 15:32
Copy link

github-actions bot commented Sep 1, 2025

Terraform Format and Style 🖌success

Terraform Initialization ⚙️success

Terraform Validation 🤖success

Validation Output

Success! The configuration is valid.


Terraform Plan 📖success

Running plan in the remote backend. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

The remote workspace is configured to work with configuration at
terraform-scripts relative to the target repository.

Terraform will upload the contents of the following directory,
excluding files or directories as defined by a .terraformignore file
at /home/runner/work/quarkiverse-devops/quarkiverse-devops/.terraformignore (if it is present),
in order to capture the filesystem context the remote workspace expects:
    /home/runner/work/quarkiverse-devops/quarkiverse-devops

To view this run in a browser, visit:
https://app.terraform.io/app/quarkiverse/quarkiverse-devops/runs/run-JkVodHnJXcjWsP5T

Waiting for the plan to start...

Terraform v1.13.1
on linux_amd64
Initializing plugins and modules...

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # github_repository.quarkus_operator_sdk will be updated in-place
  ~ resource "github_repository" "quarkus_operator_sdk" {
      ~ allow_update_branch         = true -> false
        id                          = "quarkus-operator-sdk"
        name                        = "quarkus-operator-sdk"
        # (36 unchanged attributes hidden)

        # (2 unchanged blocks hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

Pusher: @metacosm, Action: pull_request, Workflow: Terraform

@gastaldi
Copy link
Member

gastaldi commented Sep 1, 2025

BTW you can also prevent merge commits with a ruleset

@gastaldi gastaldi merged commit b412d85 into main Sep 1, 2025
2 checks passed
@gastaldi gastaldi deleted the metacosm-patch-1 branch September 1, 2025 16:04
@metacosm
Copy link
Member Author

metacosm commented Sep 1, 2025

BTW you can also prevent merge commits with a ruleset

Ah, thanks, wasn't aware of that option… though I'm not sure I want to start messing with these… 😅

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.

2 participants