casbin / casbin-oa

The OA system used by Casbin community
https://oa.casbin.com
Apache License 2.0
41 stars 21 forks source link

Improve the issue auto-labeling #48

Open hsluoyz opened 2 years ago

hsluoyz commented 2 years ago

Sometimes, the issue lavels given by casbin-oa is wrong. We have to fix it manually. We should improve our algorithm and keywords to make it more accurate gradually.

We can first write some Go code inside this repo in the form of Go test or even putting it into the web UI to list all issues that the label has been changed manually, then we improve our algorithm and re-run the algorithm. Then we have three columns:

If we can finally get: A != B == C, then our fix is working. Finally we should minimize the count of B != C

casbin-bot commented 2 years ago

@MRGUOKING @Kininaru