Skip to content

[ci] Use git clang-format and merged result pipelines.

Lars Bilke requested to merge bilke/ogs:git-clang-format into master

Not set in this MR but now enabled globally in the project:

Pipelines for merged results, means that if

  • the MR is not marked as Draft and
  • the MR author (or pipeline triggerer) has at least Developer-permissions on the project

the pipeline runs in a git context where this MR is merged with current master. You can see that this happens if there is not Detached label on the pipeline and that the pipeline tests a merge commit (similar to the pipelines on master).

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented? Will be added in another MR.
Edited by Lars Bilke

Merge request reports