Skip to content
Snippets Groups Projects
Commit ed44bb31 authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

Issue #3361106: GitLabCI does not allow MRs from forks opened by non-members...

Issue #3361106: GitLabCI does not allow MRs from forks opened by non-members to run in the parent project
parent 008dde08
No related branches found
No related tags found
3 merge requests!312Issue # 3494493: Documentation: Document Maintainer Widget,!299Remove heroes from components field. Update CTA section and add variants.,!168Issue #3361106: GitLabCI does not allow MRs from forks opened by non-members to run in the parent project
......@@ -152,7 +152,7 @@ class DrupalorgIssueFork extends Entity {
'issues_access_level' => 'disabled',
'merge_requests_access_level' => 'enabled',
'forking_access_level' => 'disabled',
'builds_access_level' => 'disabled',
'builds_access_level' => 'enabled',
'wiki_access_level' => 'disabled',
'snippets_access_level' => 'disabled',
'pages_access_level' => 'disabled',
......@@ -163,7 +163,7 @@ class DrupalorgIssueFork extends Entity {
'infrastructure_access_level' => 'disabled',
'releases_access_level' => 'disabled',
'container_registry_enabled' => FALSE,
'shared_runners_enabled' => FALSE,
'shared_runners_enabled' => TRUE,
'public_builds' => FALSE,
'request_access_enabled' => FALSE,
'auto_devops_enabled' => FALSE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment