A username is expected here.
This commit is contained in:
parent
4e9e453833
commit
aa8ebab019
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ def _pagure_project_to_acl_schema(project_and_product, session=None):
|
||||||
# Check if the project is retired in PDC, and if so set assignee to orphan.
|
# Check if the project is retired in PDC, and if so set assignee to orphan.
|
||||||
owner = project['access_users']['owner'][0]
|
owner = project['access_users']['owner'][0]
|
||||||
if _is_retired_in_pdc(product, project):
|
if _is_retired_in_pdc(product, project):
|
||||||
owner = 'extras-orphan@fedoraproject.org'
|
owner = 'orphan'
|
||||||
|
|
||||||
# Check if the Bugzilla ticket assignee has been manually overridden
|
# Check if the Bugzilla ticket assignee has been manually overridden
|
||||||
override_yaml = _get_override_yaml(project)
|
override_yaml = _get_override_yaml(project)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue