Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • xserver xserver
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 933
    • Issues 933
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 123
    • Merge requests 123
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • xorgxorg
  • xserverxserver
  • Merge requests
  • !554

gitlab CI: add a check for the "allow collaboration" checkbox on the MR

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Peter Hutterer requested to merge whot/xserver:wip/ci-check-allow-collaboration into master Nov 25, 2020
  • Overview 3
  • Commits 1
  • Pipelines 1
  • Changes 1

See the docs: https://docs.gitlab.com/ee/user/project/merge_requests/allow_collaboration.html

Without this enabled, we cannot rebase before merging. Having a CI stage that fails hopefully makes the contributors look at it and edit the checkbox accordingly without another back/forth from a maintainer.

"allow_failure: true" because there's no guarantee the MR has been filed yet when we get here (either slow typing or it's WIP that doesn't have an MR yet anyway).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wip/ci-check-allow-collaboration