From 498122483ef2f41021ead9f0b45a4bd518577d3f Mon Sep 17 00:00:00 2001 From: MCodes Date: Wed, 27 Nov 2024 22:57:11 +0100 Subject: [PATCH] Fix a typo in multiline message --- src/oca_github_bot/tasks/migration_issue_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oca_github_bot/tasks/migration_issue_bot.py b/src/oca_github_bot/tasks/migration_issue_bot.py index 0975d9c0..7b6e4377 100644 --- a/src/oca_github_bot/tasks/migration_issue_bot.py +++ b/src/oca_github_bot/tasks/migration_issue_bot.py @@ -111,7 +111,7 @@ def migration_issue_start(org, repo, pr, username, module=None, dry_run=False): if not user_can_push(gh, org, repo, username, clone_dir, target_branch): github.gh_call( gh_pr.create_comment, - f"Sorry @{username} you are not allowed to mark the addon to" + f"Sorry @{username} you are not allowed to mark the addon to " f"be migrated.\n\n" f"To do so you must either have push permissions on " f"the repository, or be a declared maintainer of all "