ljharb / repo-report

CLI to list all repos a user has access to, and report on their configuration in aggregate.
MIT License
24 stars 11 forks source link

Update detail command #36

Closed thehanimo closed 2 years ago

thehanimo commented 3 years ago
thehanimo commented 3 years ago

Why does Automatic Rebase / Automatic Rebase (pull_request_target) fail? This is logged: GitHub doesn‘t think that the PR is rebaseable! it probably has merge conflicts. Should this be a failing check?

ljharb commented 2 years ago

It's a confusing failure, since it's coming from github's own data. However, as long as I can force push to the PR branch, the check doesn't actually matter.

thehanimo commented 2 years ago

This one's good to go I think @ljharb?