Skip to content
  • Jonas Ådahl's avatar
    gitlab-ci.yml: Add check for issue or MR URL · b70c0eb9
    Jonas Ådahl authored
    This adds a pipeline stage for merge requests that checks that the
    commit message contains an URL to either a issue or a merge request.
    This means that for merge requests without corresponding issues will
    always fail initially, as the merge request URL is not known until after
    it is created. This is still arguably better than accidentally merging
    merge requests without URLs.
    
    GNOME/mutter!440
    b70c0eb9
Validating GitLab CI configuration… Learn more