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

Update jetty.jsonnet add jetty.test.helper #17

Merged
merged 1 commit into from
Oct 27, 2023
Merged

Conversation

jmcc0nn3ll
Copy link
Contributor

No description provided.

@jmcc0nn3ll jmcc0nn3ll requested review from a team as code owners October 27, 2023 20:30
@github-actions
Copy link

Diff for b618727:
Printing local diff for configuration at '/home/runner/work/.eclipsefdn/.eclipsefdn/otterdog-configs/otterdog.json'

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

Organization jetty[id=jetty]

+   add repository[name="jetty.test.helper"] {
+     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                      = true
+     description                                              = "Eclipse Jetty® - Test Helper"
+     gh_pages_build_type                                      = "disabled"
+     has_discussions                                          = false
+     has_issues                                               = true
+     has_projects                                             = true
+     has_wiki                                                 = true
+     homepage                                                 = "http://eclipse.org/jetty"
+     is_template                                              = false
+     merge_commit_message                                     = "PR_TITLE"
+     merge_commit_title                                       = "MERGE_MESSAGE"
+     name                                                     = "jetty.test.helper"
+     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="jetty.test.helper"] {
+     actions_can_approve_pull_request_reviews                 = false
+     allowed_actions                                          = "all"
+     default_workflow_permissions                             = "read"
+     enabled                                                  = true
+   }
  
  Plan: 2 to add, 0 to change, 0 to delete.
Showing diff to a canonical version of the configuration at '/home/runner/work/.eclipsefdn/.eclipsefdn/otterdog-configs/otterdog.json'

Organization jetty[id=jetty]
--- original
+++ canonical
@@ -60,6 +60,7 @@
     orgs.newRepo('jetty.build.support') {
       allow_merge_commit: true
       allow_update_branch: false
+      default_branch: "main"
       delete_branch_on_merge: false
       dependabot_security_updates_enabled: true
       description: "Eclipse Jetty® - Build Support"
@@ -166,6 +167,7 @@
     orgs.newRepo('jetty.schemas') {
       allow_merge_commit: true
       allow_update_branch: false
+      default_branch: "main"
       delete_branch_on_merge: false
       dependabot_security_updates_enabled: true
       description: "Eclipse Jetty® - General Schemas Jar"
@@ -178,6 +180,7 @@
     orgs.newRepo('jetty.schemas.xhtml') {
       allow_merge_commit: true
       allow_update_branch: false
+      default_branch: "main"
       delete_branch_on_merge: false
       dependabot_security_updates_enabled: true
       description: "Eclipse Jetty® - XHTML Schemas Jar"
@@ -190,6 +193,7 @@
     orgs.newRepo('jetty.servlet.api') {
       allow_merge_commit: true
       allow_update_branch: false
+      default_branch: "main"
       delete_branch_on_merge: false
       dependabot_security_updates_enabled: true
       description: "Eclipse Jetty® - Servlet API (javax and jakarta)"
@@ -215,6 +219,7 @@
     orgs.newRepo('jetty.test.helper') {
       allow_merge_commit: true
       allow_update_branch: false
+      default_branch: "main"
       delete_branch_on_merge: false
       dependabot_security_updates_enabled: true
       description: "Eclipse Jetty® - Test Helper"
@@ -227,6 +232,7 @@
     orgs.newRepo('jetty.test.policy') {
       allow_merge_commit: true
       allow_update_branch: false
+      default_branch: "main"
       delete_branch_on_merge: false
       dependabot_security_updates_enabled: true
       description: "Eclipse Jetty® - Test Policy"
@@ -274,6 +280,7 @@
     orgs.newRepo('jetty.websocket.api') {
       allow_merge_commit: true
       allow_update_branch: false
+      default_branch: "main"
       delete_branch_on_merge: false
       dependabot_security_updates_enabled: true
       description: "Eclipse Jetty® - WebSocket API (javax and jakarta)"

@netomi netomi merged commit b5e634b into jetty:main Oct 27, 2023
1 check passed
@netomi
Copy link
Contributor

netomi commented Oct 27, 2023

repo has been created again.

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