sagemath / trac-to-github

Script to migrate Trac tickets to GitHub issues and the Trac wiki to markdown. Input: https://trac.sagemath.org/ ➠ Intermediate: https://github.com/sagemath/trac_to_gh ➠ Output: https://github.com/sagemath/sage/issues
https://trac.sagemath.org/ticket/30363
7 stars 5 forks source link

Ignore non-human username unknown to Trac #144

Closed kwankyu closed 1 year ago

kwankyu commented 1 year ago

Actually there are not many of them. I collected them into ignored_usernames.

They are all known to Trac: False, mention: False with frequency almost 1.

mkoeppe commented 1 year ago

Thank you!