eclipse-thingweb / .eclipsefdn

Repository to host configurations related to the Eclipse Foundation.
https://eclipse-thingweb.github.io/.eclipsefdn/
1 stars 3 forks source link

chore: add branch protection rules for node-wot #14

Closed relu91 closed 9 months ago

github-actions[bot] commented 9 months ago
Diff for c8ed77905c8e0acc5b54abc2588d1ee98169083d: ```diff Printing local diff: Actions are indicated with the following symbols: + create ! modify ! forced update - delete Organization iot.thingweb[id=eclipse-thingweb] there have been 5 validation infos, enable verbose output with '-v' to to display them. + add branch_protection_rule[pattern="main", repository="node-wot"] { + allows_deletions = false + allows_force_pushes = false + blocks_creations = false + bypass_force_push_allowances = [] + bypass_pull_request_allowances = [] + dismisses_stale_reviews = false + is_admin_enforced = false + lock_allows_fetch_and_merge = false + lock_branch = false + pattern = "main" + require_last_push_approval = false + required_approving_review_count = "2" + required_status_checks = [ + "eclipse-eca-validation:eclipsefdn/eca" + ], + requires_code_owner_reviews = false + requires_commit_signatures = false + requires_conversation_resolution = false + requires_deployments = false + requires_linear_history = false + requires_pull_request = true + requires_status_checks = true + requires_strict_status_checks = false + restricts_pushes = false + restricts_review_dismissals = false + } Plan: 1 to add, 0 to change, 0 to delete. ```
Canonical Diff for c8ed77905c8e0acc5b54abc2588d1ee98169083d: ```diff Showing canonical diff: Organization iot.thingweb[id=eclipse-thingweb] --- canonical +++ original @@ -62,9 +62,7 @@ allow_merge_commit: true allow_update_branch: false branch_protection_rules : [ - orgs.newBranchProtectionRule('main') { - required_approving_review_count: 2 - } + orgs.newBranchProtectionRule('main') ] default_branch: "master" delete_branch_on_merge: false ```
github-actions[bot] commented 9 months ago
Diff for c8ed77905c8e0acc5b54abc2588d1ee98169083d: ```diff Printing local diff: Actions are indicated with the following symbols: + create ! modify ! forced update - delete Organization iot.thingweb[id=eclipse-thingweb] there have been 5 validation infos, enable verbose output with '-v' to to display them. + add branch_protection_rule[pattern="master", repository="node-wot"] { + allows_deletions = false + allows_force_pushes = false + blocks_creations = false + bypass_force_push_allowances = [] + bypass_pull_request_allowances = [] + dismisses_stale_reviews = false + is_admin_enforced = false + lock_allows_fetch_and_merge = false + lock_branch = false + pattern = "master" + require_last_push_approval = false + required_approving_review_count = "2" + required_status_checks = [ + "eclipse-eca-validation:eclipsefdn/eca" + ], + requires_code_owner_reviews = false + requires_commit_signatures = false + requires_conversation_resolution = false + requires_deployments = false + requires_linear_history = false + requires_pull_request = true + requires_status_checks = true + requires_strict_status_checks = false + restricts_pushes = false + restricts_review_dismissals = false + } Plan: 1 to add, 0 to change, 0 to delete. ```
Canonical Diff for c8ed77905c8e0acc5b54abc2588d1ee98169083d: ```diff Showing canonical diff: Organization iot.thingweb[id=eclipse-thingweb] --- canonical +++ original @@ -62,9 +62,7 @@ allow_merge_commit: true allow_update_branch: false branch_protection_rules : [ - orgs.newBranchProtectionRule('master') { - required_approving_review_count: 2 - } + orgs.newBranchProtectionRule('master') ] default_branch: "master" delete_branch_on_merge: false ```
netomi commented 9 months ago

changes are live.