Skip to content

Commit

Permalink
Re-import after adding support for workflow settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-uprotocol-bot committed Sep 7, 2023
1 parent 13630c4 commit 542e834
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions otterdog/eclipse-uprotocol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ orgs.newOrg('eclipse-uprotocol') {
readers_can_create_discussions: true,
two_factor_requirement: false,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},
_repositories+:: [
orgs.newRepo('.github') {
Expand Down Expand Up @@ -43,18 +46,17 @@ orgs.newOrg('eclipse-uprotocol') {
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
orgs.newRepo('uprotocol-spec') {
orgs.newRepo('uprotocol-sdk-rust') {
allow_update_branch: false,
description: "uProtocol Specifications",
description: "uProtocol Rust SDK",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
orgs.newRepo('uprotocol-sdk-rust') {
orgs.newRepo('uprotocol-spec') {
allow_update_branch: false,
description: "uProtocol Rust SDK",
description: "uProtocol Specifications",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},

],
}

0 comments on commit 542e834

Please sign in to comment.