I made a GH action that allows you to track change...
# opensource
j
I made a GH action that allows you to track changes to a specific file in PRs, or just list large files that were modified (or both together). It can be used, for example, to track the growth of an
.apk
and it will also show it when third-party dependencies affect it 📈 Written in Kotlin/JS, using the kotlin-wrappers to interact with GH 🤓 https://github.com/jacobras/size-diff-action
👍🏻 1
🎉 1
1
d
Cool thing, we discussed having something similar internally in our company a few days ago, but at a higher level to keep track of it over time, in-order to see trends and address spikes on a higher level and not have to worry too much about it in day to day work.
🙂 1