Open
Description
Type of feature
🍕 Feature
Current behavior
Currently we have awareness of commits and author ids. I think indexing tags as well will give us an opportunity to start identify authors that most frequently appear in a specific releases based on tags.
My solution is naive, but I'd love to chat through this idea.
Suggested solution
This might need a conversation, but here is my initial thought
- Fetch recent tags during the baking process. We may want to limit this initially, to most recent 30 or a date. I know some projects could have 1000 tags.
- Add column on commits for tags in the api.opensauced.pizza schema
Additional context
Do we have a better for connecting commits to tags?
Code of Conduct
- I agree to follow this project's Code of Conduct
Contributing Docs
- I agree to follow this project's Contribution Docs
Activity