Y
Hacker News
new
|
ask
|
show
|
jobs
by
throwaway889900
326 days ago
Just submit a PR that removes the action so it doesn't run on the branch before the merge! If devs aren't reviewing the code anyways, will they even catch that kind of change?
1 comments
xmprt
326 days ago
You could set up some hardcoded rules so that the PR is never merged without human review if it touches the github actions.
link
LikesPwsh
326 days ago
You could, but it would be mad to skip the code review because it "only" touches customer-facing code rather than GHA.
link