Add supports for push events. It won't post a comment but will put the size differences in the logs.
In the future this could be used to generate a size-diff artifact to compare against the current sizes to avoid having to rebuild the base sha.
One current limitation is that the initial push to a branch doesn't have a before sha, but I think that's fine for now. I don't have too much time to look further into that so figured I at least share what I have so far.
Add supports for push events. It won't post a comment but will put the size differences in the logs.
In the future this could be used to generate a size-diff artifact to compare against the current sizes to avoid having to rebuild the base sha.
One current limitation is that the initial push to a branch doesn't have a
before
sha, but I think that's fine for now. I don't have too much time to look further into that so figured I at least share what I have so far.