When doing some investigation into flakey tests, we noticed a weird pattern for tests that we couldn't figure out. Upon inspecting the data more closely, we realized these were occuring on forks, and not actually flaking, but happening because the forks did not have correct permissions set up for CI.
Can we add a tag to jobs that say if they are from a forked repo or not? Included the fork name would be even better!