merge-ready 0.2.1

Show pull request merge blockers as concise prompt tokens
1
2
3
4
5
6
7
8
9
/// 個別チェックのバケット種別
///
/// `Fail`/`Cancel`/`ActionRequired` は `ci-fail`/`ci-action` 判定に使用する。
pub enum CheckBucket {
    Fail,
    Cancel,
    ActionRequired,
    Other,
}