Shine Zhang
Shine Zhang
@duglin where to find the week's call on the bind-service-to-service? I also have scenarios where want to bind multiple services together, in addition to bind app and service together. I...
Very cool. Thanks a lot @duglin. I will start from there.
Thanks for collecting the feedbacks. Well, my goal is to focus on each repo and get the ball rolling forward, and remind people if any open issues/pr/review left behind. There...
If people want to see ALL PR, then just make the `limit 0`. Otherwise, any positive number can help reduce the limit. The challenge I have so far is that...
Yes, I do have label to exclude the PR. In this case, I do want to see the top X stale PRs which are not labelled away. Or, we can...
Thanks for considering this feature to the future, but I am wondering what additional context I can provide to prioritize this feature. Currently, not all the GPDB open source committers...
Yes, we do use `review request`. We have multiple teams tracking the backlog, and they are only looking at their own components, and sometimes, that left a gap, and we...
I see, that's a good idea. I just bump it to 2 weeks stale (very stale). That will probably reduce my list. Thanks a lot.
Great! Thanks!
This can be work around to skip the `--signoff` using `GIT_TOGETHER_NO_SIGNOFF=1`. The drawback is the `Signed-off-by` message will no longer in the commit message. That can be replaced by using...