pyOpenSci / pyosMeta

A package that updates pyOpenSci contributor and package metadata on our website
BSD 3-Clause "New" or "Revised" License
4 stars 17 forks source link

get labels from issue metadata #189

Closed sneakers-the-rat closed 1 month ago

sneakers-the-rat commented 1 month ago

Fix: https://github.com/pyOpenSci/pyosMeta/issues/188

sorta self explanatory, we can keep the whole Issue object if we want, i just figure we sorta want to keep the review yaml tidy-ish and wasn't sure if we would want to use any of those other fields. if we want it it would just be a matter of removing the validator and changing the field type.

lwasser commented 1 month ago

This also works great! thank you again. I see the label names now in the issue object. i'm still wrapping my head around using Field and mutable vs immutable objects!! merging.