Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jippi/scm-engine

Automatically label, close, approve, comment, lock, and more GitLab Merge Requests
https://github.com/jippi/scm-engine

automation gitlab gitlab-ci label labeling-tool labeller labelling labels

Last synced: 3 months ago
JSON representation

Automatically label, close, approve, comment, lock, and more GitLab Merge Requests

Awesome Lists containing this project

README

        

# SCM-Engine

> [!NOTE]
> SCM Engine allow for easy Merge Request automation within your GitLab projects.
>
> Automatically [add/remove labels](https://jippi.github.io/scm-engine/configuration/#label) depending on files changes, the age of the Merge Request, who contributes, and pretty much anything else you could want.
>
> You can even [*take actions*](https://jippi.github.io/scm-engine/configuration/#actions) such as ([but not limited to](https://jippi.github.io/scm-engine/configuration/#actions.if.then.action)) closing the Merge Request, approve it, or add a comment.
>
> SCM engine can be run either as a [regular CI job in your pipeline](https://jippi.github.io/scm-engine/gitlab/setup/#gitlab-ci-pipeline), or be [triggered through the Webhook system](https://jippi.github.io/scm-engine/gitlab/setup/#webhook-server), allowing for versatile and flexible deployments.

## Example

> [!TIP]
> Want to see what `scm-engine` can do?
>
> [Check out the *examples* page for real-world use-cases](https://jippi.github.io/scm-engine/configuration/examples/), with in-depth explanations and turn-key usage patterns.

## Documentation

> [!IMPORTANT]
> Please see [the documentation site](https://jippi.github.io/scm-engine/) for in-depth information
>
> * [Installation](https://jippi.github.io/scm-engine/install/)
> * [Configuration](https://jippi.github.io/scm-engine/configuration/)
> * [Configuration Examples](https://jippi.github.io/scm-engine/configuration/examples/)
>
> **Commands:**
>
> * [evaluate](https://jippi.github.io/scm-engine/commands/evaluate/)
> * [server](https://jippi.github.io/scm-engine/commands/server/)
>
> **GitLab:**
>
> * [Getting started](https://jippi.github.io/scm-engine/gitlab/setup/)
> * [Script attributes](https://jippi.github.io/scm-engine/gitlab/script-attributes/)
> * [Script functions](https://jippi.github.io/scm-engine/gitlab/script-functions/)