From d3fcdc2c57ca8299c42042a331829b51134a42e2 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Wed, 30 Jun 2021 08:39:53 -0500 Subject: [PATCH] Add bot config for labeling when approved (#153) Will configure the submariner-bot to add the /ready-to-test label when a PR has two approvals, causing the full E2E workflow to run. Signed-off-by: Daniel Farrell --- .submarinerbot.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .submarinerbot.yaml diff --git a/.submarinerbot.yaml b/.submarinerbot.yaml new file mode 100644 index 0000000..8088a31 --- /dev/null +++ b/.submarinerbot.yaml @@ -0,0 +1,3 @@ +label-approved: + approvals: 2 + label: ready-to-test