EmbarkStudios / octobors

Rust program for automerging PRs based on a few rules
Apache License 2.0
40 stars 2 forks source link

Update octocrab #50

Closed davidpdrsn closed 1 year ago

davidpdrsn commented 1 year ago

Checklist

Description of Changes

We're seeing errors about failing to deserialize the dismissed pull request review status.

I think what'll happen is that dismissed reviews won't get considered by octobors, which is probably what we want. Looking at https://github.com/EmbarkStudios/octobors/blob/main/src/review.rs#L107 it ignores statuses that isn't approved, request changes, or comments.

I'm updating to 0.13 because thats the latest version that builds without changes.