diff --git a/packit_service/worker/helpers/job_helper.py b/packit_service/worker/helpers/job_helper.py index 40fc12898..c29c38dde 100644 --- a/packit_service/worker/helpers/job_helper.py +++ b/packit_service/worker/helpers/job_helper.py @@ -181,14 +181,15 @@ def _report( so we can extend it in subclasses easily. """ if self.is_gitlab_instance and not self.is_reporting_allowed: + login = self.project.service.user.get_username() description = ( - f"{description}\n\n---\nPackit-User does not have access to the " + f"{description}\n\n---\nPackit does not have access to the " "source project (=usually author's fork of the project). " "(This is only about the representation of the results. " "Packit is still able to do its job without having the permissions.)\n\n" "*In case you wish to receive commit statuses instead of comments, please " - "add login of the author of this comment to your fork with a role " - "`Reporter`.*" + f"add {login} to your fork with a role `Developer`.*" + " For more details see our [guide](https://packit.dev/docs/guide#gitlab)." ) final_commit_states = (