Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jippi/scm-engine
- Owner: jippi
- License: mit
- Created: 2024-05-05T20:07:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T19:27:39.000Z (8 months ago)
- Last Synced: 2024-05-22T12:39:47.150Z (8 months ago)
- Topics: automation, gitlab, gitlab-ci, label, labeling-tool, labeller, labelling, labels
- Language: Go
- Homepage: https://jippi.github.io/scm-engine/
- Size: 1.13 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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/)