Open heming6666 opened 4 years ago
This is caused by the github-pr and github-issue are sharing the same index.
gitee-pr and gitee-issue are not using different index.
Do we need to update the code for it?
BTW, it's could be better if we can build a separate repo for gitee to integrate the grimoirelab-sigils.
BTW, it's could be better if we can build a separate repo for gitee to integrate the grimoirelab-sigils.
It's a good idea and I opened another issue #2 to solve this.
Currently, the panels of gitee are quite similar with
GitHub
, which can be found in here.However, there are some difference between github and gitee. Github panels use
github-issues
index pattern forgihub-issues
andgithub-pull-requests
panel. While gitee panels usegitee-issues
index pattern forgitee-issues
panel andgitee-prs
index pattern forgitee-pull-requests
panel. So there is no need for gitee panles to set up the search to distinguish between pull request and issue.