Skip to content

Resolve "MR prompts to create .gitlab-ci.yml even if the project has already had it"

What does this MR do?

Change the logic for showing the pipeline ci config file creation from if there are pipelines to if the file exists in the source branch.

This will allow us to avoid the scenario where the background job that creates the pipeline(s) hasn't finished by the time the MR is rendered.

Does this MR meet the acceptance criteria?

Conformity

Availability 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

Closes #213052

Edited by Doug Stull

Merge request reports