>From Ian Maxon <[email protected]>: Ian Maxon has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21311?usp=email )
( 1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: [ASTERIXDB-3780][OTH]Set up default protection ruleset for default and release branches ...................................................................... [ASTERIXDB-3780][OTH]Set up default protection ruleset for default and release branches Change-Id: Ia6e37080a581292744ddc9020b8149d7213c1ea0 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21311 Tested-by: Jenkins <[email protected]> Reviewed-by: Ian Maxon <[email protected]> Reviewed-by: Michael Blow <[email protected]> --- A .asf.yaml 1 file changed, 14 insertions(+), 0 deletions(-) Approvals: Ian Maxon: Looks good to me, but someone else must approve Jenkins: Verified Michael Blow: Looks good to me, approved diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..ab59476 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,14 @@ +github: + rulesets: + - name: "Default Branch Protection" + type: branch + branches: + includes: + - "~DEFAULT_BRANCH" + - "release/*" + - "rel/*" + excludes: [] + bypass_teams: + - root + restrict_deletion: true + restrict_force_push: true -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21311?usp=email To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Change-Id: Ia6e37080a581292744ddc9020b8149d7213c1ea0 Gerrit-Change-Number: 21311 Gerrit-PatchSet: 3 Gerrit-Owner: Ian Maxon <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: Murtadha Hubail <[email protected]>
