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

Add more prefixes to some labels #174

Closed tobiasdiez closed 1 year ago

tobiasdiez commented 1 year ago

I was not able to test it...

kwankyu commented 1 year ago

Here "pending" has prefix "s: ", while in the previous discussion, "pending" has no prefix according to https://github.com/sagemath/trac-to-github/issues/99#issuecomment-1413542971.

kwankyu commented 1 year ago

I am okay with either way for now.

mkoeppe commented 1 year ago

I'll have to run another round of imports tomorrow, so this can still be fixed. PR?

kwankyu commented 1 year ago

I am preparing a PR. "pending" is missing in label_colors. Is it okay or should I add?

kwankyu commented 1 year ago

"t: feature" is not in label_colors too.

kwankyu commented 1 year ago

On the other hand, we have "resolution" in label_colors. But we don't have "resolution" label. Right?

mkoeppe commented 1 year ago

resolution is a "label_category"; this color affects all labels that are created when mapping Trac resolutions - https://github.com/sagemath/trac-to-github/blob/master/migrate.py#L2362

mkoeppe commented 1 year ago

After these PRs, unfortunately labels / colors are messed up