From 7f9cc1a580c06d8a0b5ea981289410ea8c046af1 Mon Sep 17 00:00:00 2001 From: Pedro Pombeiro Date: Thu, 2 May 2019 18:45:51 +0200 Subject: [PATCH] Make Probot move reviewed PRs to E2E Tests column Signed-off-by: Pedro Pombeiro --- .github/github-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/github-bot.yml b/.github/github-bot.yml index d561c46414..8df230e2d8 100644 --- a/.github/github-bot.yml +++ b/.github/github-bot.yml @@ -5,7 +5,7 @@ project-board: tested-pr-label-name: 'Tested - Issues' contributor-column-name: 'CONTRIBUTOR' review-column-name: 'REVIEW' - test-column-name: 'TO TEST' + test-column-name: 'E2E Tests' automated-tests: repo-full-name: 'status-im/status-react'