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