Context
In order to reduce the amount of calls we make to GitHub, we could use etags.
These requests don't count against the quota and we could use these to determine if a PR changed since the last time we saw it.
Goal
Explore or even implement a way to utilize etags during our PR checks.
Notes