Description
It looks like the action that we use to automatically assign reviewers to PRs in various repos is broken (here is a failed run w/ debug output: https://github.com/cmu-delphi/delphi-epidata/actions/runs/15554205067/job/44278572806 )
I think the cause of this is that the gh
command in the current ubuntu-latest
runner image was recently updated to a version with a regression in it: cli/cli#10352 . If this is truly the reason, it should work itself out eventually as versions are updated. If it is not resolved in the relatively near future, this issue stands as a reminder to investigate further. This should not be a showstopper in the short- or even longer-term, but it is something to be aware of.
We use the affected command in a number of places, but particularly dependabot assignments in delphi-epidata
, covidcast-indicators
, www-main
, and www-covidcast
.