From beee622923f22f6623e4785eae154ed307978786 Mon Sep 17 00:00:00 2001 From: Bensong Liu <bensl@microsoft.com> Date: Sat, 8 May 2021 15:30:54 +0800 Subject: [PATCH] disable sync --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b3e6355..6d7ccf0 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,7 @@ sudo docker build -f Dockerfile -t recolic/gitlab2github . sudo docker run -d --restart=always --name rgitsync --env github_user_dst="rtestgithubapi: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" recolic/gitlab2github ``` +## Disable sync for specific repo + +run `echo sync=0 > .gitlab2github.conf` in the master or default branch, and push it. -- GitLab