Skip to content

orsinium-labs/reviewdog-gitlab-webhook

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

gitlab-reviewdog-webhook

Trigger reviewdog checks on a repository via GitLab webhook rather than CI job.

Usage

  1. Clone:

    git clone https://github.com/orsinium-labs/reviewdog-gitlab-webhook.git
    cd reviewdog-gitlab-webhook
    go get github.com/rakyll/statik
  2. Make config:

    cp config_example.toml config.toml
    nano config.toml
  3. Build: ./build.sh

  4. Run: ./review.bin

  5. Add webhook into GitLab project: http://my_server:8080/review?secret=something-random

About

Trigger reviewdog checks for GitLab repo using webhooks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published