Skip to content

Commit

Permalink
Adding branch protect rules for uprotocol-core-api (#10)
Browse files Browse the repository at this point in the history
* Add tools project

* Adding uprotocol-ulink-zenoh-python project

* enable secret scanning

Signed-off-by: Thomas Neidhart <[email protected]>

* Branch protection rules for uprotocol-core-api

#2

* Remove duplicate repo.

Signed-off-by: Thomas Neidhart <[email protected]>

* Inherit from default config.

Signed-off-by: Thomas Neidhart <[email protected]>

* Remove redundant property, remove quotes.

Signed-off-by: Thomas Neidhart <[email protected]>

---------

Signed-off-by: Thomas Neidhart <[email protected]>
Signed-off-by: Steven Hartley <[email protected]>
Co-authored-by: Thomas Neidhart <[email protected]>
  • Loading branch information
Steven Hartley and netomi authored Oct 24, 2023
1 parent dc3da78 commit 455f780
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion otterdog/eclipse-uprotocol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,14 @@ orgs.newOrg('eclipse-uprotocol') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
description: "uProtocol Core uE APIs",
description: "uProtocol Core APIs and Data Model",
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_status_checks+: ["verify-pr"],
required_approving_review_count: 1,
}
],
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
Expand Down

0 comments on commit 455f780

Please sign in to comment.