Skip to main content

GitLab Integration for monday.com

The purpose of this GitLab integration is to connect GitLab repositories to your monday.com account. After installing the app, you will be able to see your repositories listed in your monday.com board view. You will also be able to search, filter, create repos, branches, or delete them.

Getting Started

After installing the app, you can add it to a monday board by following these steps:

  1. Click on the + icon for your monday boardgit_guide1.png
  2. Go to "Apps"
    git_guide2.png
  3. Under "Installed Apps" find the GitLab integration and click on "Open in board"
    git_guide3.png
  4. Now the app is added to your board:
    git_guide4.png

Connecting a GitLab account


To connect a GitLab account, please follow the steps below:

  1. On the configuration page of the app, click on "GitLab"
    git_guide9.png
  2. A new tab will open, and you might need to complete the Cloudflare verification for GitLab
    git_guide10.png
  3. Log in to your GitLab account
    git_guide11.png
  4. If you see the successful authorization message, you can close the new tab
    git_guide8.png

Creating a repository

To create a new repository with the app, click on the "Create a repository" button:

git_guide14.png

Fill in the details, then click on "Create".

git_guide15.png

Performing repository actions

To perform actions on your repository, use the menu button on the right.

git_guide16.png

Use the buttons to update, switch between public and private, archive or delete a repository.

git_guide17.png

In the case of archiving or deleting the repository, you will be asked to type the full name of the repository to confirm the action.

Sorting and Filtering

You can easily sort and filter your repositories by using the header.

git_guide19.png

Click on the column names to sort the columns in an ascending or descending order.

You can use the filter icons to search and filter for IDs, names, locations, etc.

git_guide20.png

Creating branches

To create a new branch for a repo from the app, please follow these steps:

  1. Click on the Repository name
    git_guide21.png
  2. Select "Branches" from the top
    git_guide24.png
  3. Then, click on "Create a branch"
    git_guide22.png
  4. Fill in the details and click on "Create"
    git_guide23.png

Creating pull requests

To create a new pull request for a repo from the app, please follow these steps:

  1. Click on the Repository name
    git_guide21.png
  2. Select "Pull Requests" from the top
    git_guide25.png
  3. Then, click on "Create a pull request"
    git_guide26.png
  4. Fill in the details and click on "Create"
    git_guide27.png

Release Notes

2023-09-01

  • Initial release