From 8c93c995086392bb69cff793da1845a9a27ea6b0 Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Fri, 6 Jul 2018 18:04:36 +0000 Subject: [PATCH] Add unir yml Signed-off-by: Eli Uriegas Upstream-commit: 6a5e5179ef2160c98c8e96a82a676703322c24c9 Component: packaging --- components/packaging/.unir.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 components/packaging/.unir.yml diff --git a/components/packaging/.unir.yml b/components/packaging/.unir.yml new file mode 100644 index 0000000000..ef383057f5 --- /dev/null +++ b/components/packaging/.unir.yml @@ -0,0 +1,12 @@ +# The list of people who can trigger an auto-merge with approvals +whitelist: + - seemethere + - andrewhsu + - jose-bigio + - corbin-coleman + +# At least 2 approvals are needed for auto-merging +approvals_needed: 2 + +# If one review requests changes, unir will not merge automatically +consensus_needed: true