In the translating.md file
https://github.com/pyOpenSci/python-package-guide/blob/main/TRANSLATING.md there is a TODO that suggests it would be useful to tag new pr's that are translation related.
This could be a CI Action that looks to see if the pr is hitting a .po file and if it is, the translation tag is applied. There might be a better way to do this too; I'm just thinking out loud that looking to see if the pr hits files in that dir might be a good way to implement an autotag!!
In the translating.md file
https://github.com/pyOpenSci/python-package-guide/blob/main/TRANSLATING.md there is a TODO that suggests it would be useful to tag new pr's that are translation related.
This could be a CI Action that looks to see if the pr is hitting a .po file and if it is, the translation tag is applied. There might be a better way to do this too; I'm just thinking out loud that looking to see if the pr hits files in that dir might be a good way to implement an autotag!!