Open
Description
Background
The evil build killer will (nearly) immediately cancel PR checks for PRs that make changes to the .ci
directory. This is to stop nefarious behavior. However, we currently keep Terraform config for our test environments in that directory, and some contributors include changes to that config along with their feature. The result is a confusing problem where they cannot get PR checks to run.
Potential solution
It would be nice to have a check, probably outside of the evil build killer, that scans for changes to the .ci
directory, and somehow alerts the user that they cannot make changes to that directory. This would at least tell the user why checks aren't running, and how they can resolve.