From 70cbad6aba20851fd7174bf2add0080153a2719e Mon Sep 17 00:00:00 2001 From: Volodymyr Kozieiev Date: Wed, 26 May 2021 11:28:34 +0300 Subject: [PATCH] Add check to pr checklist that pr was tested (#2243) --- .github/github-bot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/github-bot.yml b/.github/github-bot.yml index c971dcd01..8c980b14a 100644 --- a/.github/github-bot.yml +++ b/.github/github-bot.yml @@ -7,6 +7,7 @@ prchecklist: title: Pull Request Checklist checklist: - 'Have you updated the documentation, if impacted (e.g. [docs.status.im](https://docs.status.im/docs/build_status_go.html))?' + - 'Have you tested changes with mobile or desktop version?' stale: daysUntilStale: 90