From be87699960e257a0e56ee209d75d58b1dddd863c Mon Sep 17 00:00:00 2001 From: Cristiano Aguzzi Date: Mon, 26 Feb 2024 20:01:26 +0100 Subject: [PATCH] chore(otterdog): simplify node-wot protection rules (#17) * chore(otterdog): simplify node-wot protection rules Signed-off-by: Cristiano Aguzzi * Update eclipse-thingweb.jsonnet Signed-off-by: Thomas Neidhart --------- Signed-off-by: Cristiano Aguzzi Signed-off-by: Thomas Neidhart Co-authored-by: Thomas Neidhart --- otterdog/eclipse-thingweb.jsonnet | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/otterdog/eclipse-thingweb.jsonnet b/otterdog/eclipse-thingweb.jsonnet index 3542dea..76478f6 100644 --- a/otterdog/eclipse-thingweb.jsonnet +++ b/otterdog/eclipse-thingweb.jsonnet @@ -90,7 +90,11 @@ orgs.newOrg('eclipse-thingweb') { ], branch_protection_rules : [ orgs.newBranchProtectionRule('master') { - required_approving_review_count: 2 + required_approving_review_count: 1, + bypass_pull_request_allowances+: [ + "@relu91", + "@danielpeintner" + ], } ], web_commit_signoff_required: false,