From d21dc7be79201df45c4e68eda3bb4cea847ca779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 27 Jul 2022 16:13:10 +0200 Subject: [PATCH] github-bot: add TO REBASE column to config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related to: https://github.com/status-im/status-mobile/issues/13497 Required by: https://github.com/status-im/status-github-bot/pull/55 Signed-off-by: Jakub SokoĊ‚owski --- .github/github-bot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/github-bot.yml b/.github/github-bot.yml index a9398013a9..b569bc3201 100644 --- a/.github/github-bot.yml +++ b/.github/github-bot.yml @@ -5,6 +5,7 @@ project-board: min-reviewers: 1 tested-pr-label-name: 'Tested - Issues' contributor-column-name: 'CONTRIBUTOR' + to-rebase-column-name: 'TO REBASE' review-column-name: 'REVIEW' test-column-name: 'E2E Tests'