From e9240e0702d9992b2afc3bdad6f9d7b85c269980 Mon Sep 17 00:00:00 2001 From: Simon Chabot Date: Fri, 17 Jun 2022 17:55:27 +0200 Subject: [PATCH] fix(msg): improve english --- assignbot/__main__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assignbot/__main__.py b/assignbot/__main__.py index e711de2..f87a9a7 100644 --- a/assignbot/__main__.py +++ b/assignbot/__main__.py @@ -38,8 +38,7 @@ STATE_FILENAME = "auto_assigned_reviewers.csv" PENDING_MR_MESSAGE = """\ Dear contributors, -It seems that there hasn't been any activity concerning this merge request for -some time. +It seems that there was no activity concerning this merge request for some time. Do you think it should still be merged? -- GitLab