Skip to content

Commit c105466

Browse files
committed
Merge PR #313 into master
Signed-off-by legalsylvain
2 parents 5e53ff7 + 4981224 commit c105466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oca_github_bot/tasks/migration_issue_bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def migration_issue_start(org, repo, pr, username, module=None, dry_run=False):
111111
if not user_can_push(gh, org, repo, username, clone_dir, target_branch):
112112
github.gh_call(
113113
gh_pr.create_comment,
114-
f"Sorry @{username} you are not allowed to mark the addon to"
114+
f"Sorry @{username} you are not allowed to mark the addon to "
115115
f"be migrated.\n\n"
116116
f"To do so you must either have push permissions on "
117117
f"the repository, or be a declared maintainer of all "

0 commit comments

Comments
 (0)