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 eclipse-uprotocol.jsonnet #22

Merged
merged 1 commit into from
Nov 27, 2023
Merged

Conversation

eclipsewebmaster
Copy link
Contributor

Assistance to Release eclipse-uprotocol/uprotocol-core-api to crates.io, pypi.org, and conan.io

https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/3987

Assistance to Release eclipse-uprotocol/uprotocol-core-api to crates.io, pypi.org, and conan.io

https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/3987

Signed-off-by: Eclipse Webmaster team <[email protected]>
@eclipsewebmaster eclipsewebmaster requested review from a team as code owners November 27, 2023 14:26
Copy link

Diff for 6a2f0b4:
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 eclipse-uprotocol[id=eclipse-uprotocol]

+   add org_secret[name="CRATES_IO_TOKEN"] {
+     name                                                     = "CRATES_IO_TOKEN"
+     selected_repositories                                    = []
+     visibility                                               = "public"
+   }
  
  Plan: 1 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 eclipse-uprotocol[id=eclipse-uprotocol]
--- original
+++ canonical
@@ -17,9 +17,7 @@
       branch_protection_rules: [
         orgs.newBranchProtectionRule('main') {
           required_approving_review_count: 1
-          required_status_checks+: [
-            "verify-pr"
-          ]
+          required_status_checks+: ["verify-pr"]
         }
       ]
       delete_branch_on_merge: false
@@ -30,6 +28,7 @@
       }
     }
     orgs.newRepo('uprotocol-cpp') {
+      aliases: ["uprotocol-sdk-cpp"]
       allow_merge_commit: true
       allow_update_branch: false
       delete_branch_on_merge: false
@@ -40,6 +39,7 @@
       }
     }
     orgs.newRepo('uprotocol-cpp-ulink-zenoh') {
+      aliases: ["uprotocol-ulink-zenoh-cpp"]
       allow_update_branch: false
       description: "C++ uLink Library for zenoh transport"
       web_commit_signoff_required: false
@@ -48,14 +48,13 @@
       }
     }
     orgs.newRepo('uprotocol-java') {
+      aliases: ["uprotocol-sdk-java"]
       allow_merge_commit: true
       allow_update_branch: false
       branch_protection_rules: [
         orgs.newBranchProtectionRule('main') {
           required_approving_review_count: 1
-          required_status_checks+: [
-            "verify-pr"
-          ]
+          required_status_checks+: ["verify-pr"]
         }
       ]
       delete_branch_on_merge: false
@@ -66,6 +65,7 @@
       }
     }
     orgs.newRepo('uprotocol-java-ulink-android') {
+      aliases: ["uprotocol-ulink-android-java"]
       allow_update_branch: false
       description: "Java uLink Library for Android Binder Transport"
       web_commit_signoff_required: false
@@ -82,6 +82,7 @@
       }
     }
     orgs.newRepo('uprotocol-java-ulink-zenoh') {
+      aliases: ["uprotocol-ulink-zenoh-java"]
       allow_update_branch: false
       description: "Java uLink Library for zenoh transport"
       web_commit_signoff_required: false
@@ -120,6 +121,7 @@
       }
     }
     orgs.newRepo('uprotocol-python') {
+      aliases: ["uprotocol-sdk-python"]
       allow_merge_commit: true
       allow_update_branch: false
       delete_branch_on_merge: false
@@ -130,6 +132,7 @@
       }
     }
     orgs.newRepo('uprotocol-python-ulink-zenoh') {
+      aliases: ["uprotocol-ulink-zenoh-python"]
       allow_update_branch: false
       description: "Python uLink implementation for the Zenoh transport"
       web_commit_signoff_required: false
@@ -146,6 +149,7 @@
       }
     }
     orgs.newRepo('uprotocol-rust') {
+      aliases: ["uprotocol-sdk-rust"]
       allow_merge_commit: true
       allow_update_branch: false
       delete_branch_on_merge: false

@heurtematte heurtematte merged commit 2fd233c into main Nov 27, 2023
@heurtematte heurtematte deleted the eclipsewebmaster-patch-1 branch November 27, 2023 14:42
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