Skip to content

WIP: detect external merge request refs (GitHub pull requests)

Fabio Pitino requested to merge mr-policy-external-repos into master

What does this MR do?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65139

This MR adds a way to detect whether a push to a mirror repository contains refs that are related to external merge requests such as GitHub pull requests. When a push event is received we detect whether the ref is in the form of refs/pull/xxx and we attempt to create a pipeline with external_merge_request source.

It should also be possible to use only: merge_requests if the project is set to be a mirror of an external repo, for CI/CD only purpose.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports