On Thu, Nov 05, 2020 at 03:36:41PM +0800, Zhang Yuhang wrote:
On Thu, Nov 05, 2020 at 03:08:18PM +0800, Li Yuanchao wrote:
webhook will send a message when user push.
try to find the git_repo when get url of the repository.
I don't understand the meaning of this sentence. Could you explain it?
git_repo is made by parts of url.
For example url: https://gitee.com/theprocess/oec-hardware
the git_repo can be oec-hardware/oec-hardware if it's main line,
or oec-hardware/theprocess if it's a fork,
or o/oec-hardware/oec-hardware
if found, push it to queue. if not found, it maybe an illegal request, do nothing
"if found, push it to queue."
We can keep just this sentence.
The last sentence is just to avoid misunderstanding
Thanks, Yuanchao