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 "