kubernetes-sigs/apisnoop

APISnoop update PR loop

Closed this issue · 2 comments

GHA trigger the creating of another PR everytime a PR is merged that update the coverage.

I think this is due to the dispatch triggers for our apisnoop updater job. It's set to run weekly AND on every push to a coverage/*.json file. That last one will cause a loop.

I opened up pr #678 to address this. With this merged, it will only update on Saturdays.

Ran the GHA after #678 merged and the loop appear to be solved
Thank you @zachmandeville