Skip to content
This repository has been archived by the owner on Aug 24, 2020. It is now read-only.
/ G2GPullSync Public archive

Sync the pull Request between Github and Gerrit

Notifications You must be signed in to change notification settings

juteman/G2GPullSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

G2GPullSync

This project is used to sync the pull request between Github and Gerrit.

How to use

developed in .netcore3.1

git clone https://github.com/juteman/G2GPullSync.git
cd G2GPullSync
dotnet build

Create a json file Profile.json in the binary directory format like this

{
    "bot_name": "[your bot name]",
    "token": "[your bot token]",
    "owner_name": "[the owner of repos name]",
    "is_user": [true if repos owner is user, false if repos owner is org]
}

the program will read the information from the json file for authenticator

About

Sync the pull Request between Github and Gerrit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages