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

added repo entry for 4diac website hugo sources #3

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

azoitl
Copy link
Contributor

@azoitl azoitl commented Feb 15, 2024

No description provided.

@azoitl azoitl requested review from a team as code owners February 15, 2024 22:00
Copy link

Diff for 43ffe84:
Printing local diff:

Actions are indicated with the following symbols:
+   create
!   modify
!   forced update
-   delete

Organization iot.4diac[id=eclipse-4diac]
  there have been 4 validation infos, enable verbose output with '-v' to to display them.

+   add repository[name="4diac-website-hugo"] {
+     allow_auto_merge                  = false
+     allow_forking                     = true
+     allow_merge_commit                = true
+     allow_rebase_merge                = true
+     allow_squash_merge                = true
+     allow_update_branch               = false
+     archived                          = false
+     default_branch                    = "main"
+     delete_branch_on_merge            = false
+     dependabot_alerts_enabled         = true
+     dependabot_security_updates_enabled = false
+     description                       = null
+     gh_pages_build_type               = "disabled"
+     has_discussions                   = false
+     has_issues                        = true
+     has_projects                      = true
+     has_wiki                          = true
+     homepage                          = null
+     is_template                       = false
+     merge_commit_message              = "PR_TITLE"
+     merge_commit_title                = "MERGE_MESSAGE"
+     name                              = "4diac-website-hugo"
+     private                           = false
+     secret_scanning                   = "enabled"
+     secret_scanning_push_protection   = "enabled"
+     squash_merge_commit_message       = "COMMIT_MESSAGES"
+     squash_merge_commit_title         = "COMMIT_OR_PR_TITLE"
+     template_repository               = null
+     topics                            = []
+     web_commit_signoff_required       = false
+   }

+   add repo_workflow_settings[repository="4diac-website-hugo"] {
+     enabled                           = false
+   }
  
  Plan: 2 to add, 0 to change, 0 to delete.
Canonical Diff for 43ffe84:
Showing canonical diff:

Organization iot.4diac[id=eclipse-4diac]

--- canonical
+++ original
@@ -61,7 +61,6 @@
     orgs.newRepo('4diac-website-hugo') {
       allow_merge_commit: true
       allow_update_branch: false
-      default_branch: "main"
       delete_branch_on_merge: false
       web_commit_signoff_required: false
       workflows+: {

@netomi
Copy link
Contributor

netomi commented Feb 15, 2024

/validate

Copy link
Contributor

This is your friendly self-service bot.
Please find below the validation of the requested configuration changes:

Diff for 2639e6b
Organization iot.4diac[id=eclipse-4diac]
  there have been 4 validation infos, enable verbose output with '-v' to to display them.

+  add repository[name="4diac-website-hugo"] {
+    allow_auto_merge                  = false
+    allow_forking                     = true
+    allow_merge_commit                = true
+    allow_rebase_merge                = true
+    allow_squash_merge                = true
+    allow_update_branch               = false
+    archived                          = false
+    default_branch                    = "main"
+    delete_branch_on_merge            = false
+    dependabot_alerts_enabled         = true
+    dependabot_security_updates_enabled = false
+    description                       = null
+    gh_pages_build_type               = "disabled"
+    has_discussions                   = false
+    has_issues                        = true
+    has_projects                      = true
+    has_wiki                          = true
+    homepage                          = null
+    is_template                       = false
+    merge_commit_message              = "PR_TITLE"
+    merge_commit_title                = "MERGE_MESSAGE"
+    name                              = "4diac-website-hugo"
+    private                           = false
+    secret_scanning                   = "enabled"
+    secret_scanning_push_protection   = "enabled"
+    squash_merge_commit_message       = "COMMIT_MESSAGES"
+    squash_merge_commit_title         = "COMMIT_OR_PR_TITLE"
+    template_repository               = null
+    topics                            = []
+    web_commit_signoff_required       = false
+  }

+  add repo_workflow_settings[repository="4diac-website-hugo"] {
+    enabled                           = false
+  }
  
  Plan: 2 to add, 0 to change, 0 to delete.

Add a comment /help to get a list of available commands.

Copy link
Contributor

This is your friendly self-service bot. The current configuration is in-sync with the live settings. 🚀

@netomi netomi merged commit 31c57b0 into eclipse-4diac:main Feb 15, 2024
4 checks passed
Copy link
Contributor

This is your friendly self-service bot.

The following changes have been successfully applied:

Organization iot.4diac[id=eclipse-4diac]
  there have been 4 validation infos, enable verbose output with '-v' to to display them.

+  add repository[name="4diac-website-hugo"] {
+    allow_auto_merge                  = false
+    allow_forking                     = true
+    allow_merge_commit                = true
+    allow_rebase_merge                = true
+    allow_squash_merge                = true
+    allow_update_branch               = false
+    archived                          = false
+    default_branch                    = "main"
+    delete_branch_on_merge            = false
+    dependabot_alerts_enabled         = true
+    dependabot_security_updates_enabled = false
+    description                       = null
+    gh_pages_build_type               = "disabled"
+    has_discussions                   = false
+    has_issues                        = true
+    has_projects                      = true
+    has_wiki                          = true
+    homepage                          = null
+    is_template                       = false
+    merge_commit_message              = "PR_TITLE"
+    merge_commit_title                = "MERGE_MESSAGE"
+    name                              = "4diac-website-hugo"
+    private                           = false
+    secret_scanning                   = "enabled"
+    secret_scanning_push_protection   = "enabled"
+    squash_merge_commit_message       = "COMMIT_MESSAGES"
+    squash_merge_commit_title         = "COMMIT_OR_PR_TITLE"
+    template_repository               = null
+    topics                            = []
+    web_commit_signoff_required       = false
+  }

+  add repo_workflow_settings[repository="4diac-website-hugo"] {
+    enabled                           = false
+  }

  
  Applying changes:


  Done.
  
  Executed plan: 2 added, 0 changed, 0 deleted.

@azoitl azoitl deleted the 4diac-website-hugo branch February 28, 2024 21:54
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