open-spaced-repetition / fsrs-rs

FSRS for Rust, including Optimizer and Scheduler
https://crates.io/crates/fsrs
BSD 3-Clause "New" or "Revised" License
185 stars 19 forks source link

add auto-merge.yml #177

Closed AlexErrant closed 7 months ago

AlexErrant commented 7 months ago

Inspired by this article. I made it run when a release is cut, but I could make it run on push to main if you want. On release means less noise in the git history, but potentially uglier merge conflicts. Might be worth it though since you prefer cleaner history.

I haven't really been able to test any of this, please feel free to @ me if this action ever starts acting weird.

L-M-Sherlock commented 7 months ago

Could you make it run on merging?