A workflow triggered by pull_request from a fork has no secrets, deliberately. pull_request_target runs in the context of the base repository and does have them. Combining pull_request_target with…
Documentation written by hand is a copy of the implementation, and copies drift — usually within a sprint, and always without anybody noticing. The annotations are verbose and…
9.3 moved the coverage settings out of the filter element into their own, and the old form is ignored rather than rejected. The failure is silent and reports…
The documentation was written in January and the API changed in March. Documentation written by hand is a copy, and copies drift — usually within a sprint.
only and except could not be combined coherently — specifying both applied them independently and produced results nobody predicted. First-match-wins ordering is what makes rules comprehensible where the…