Skip to content

Commit

Permalink
Merge #54 #55
Browse files Browse the repository at this point in the history
54: Add cut_body_after setting r=matthiasbeyer a=matthiasbeyer

This setting lets bors ignore information from the initial PR message that was posted after the "

55: Update Badges r=matthiasbeyer a=matthiasbeyer

This updates the batches in the `README.md` as well as in the `Cargo.toml`.

Co-authored-by: Matthias Beyer <[email protected]>
  • Loading branch information
bors[bot] and matthiasbeyer authored Sep 11, 2022
3 parents 089150f + c7a3352 + fe9c241 commit 481230e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ error-chain = "0.12"
tempfile = "3"

[badges]
travis-ci = { repository = "philippkeller/rexpect" }
maintenance = { status = "passively-maintained" }
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# rexpect

[![Build Status](https://api.travis-ci.org/philippkeller/rexpect.svg?branch=master)](https://travis-ci.org/philippkeller/rexpect)
[![crates.io](https://img.shields.io/crates/v/rexpect.svg)](https://crates.io/crates/rexpect)
[![Released API docs](https://docs.rs/rexpect/badge.svg)](https://docs.rs/rexpect)
[![Master API docs](https://img.shields.io/badge/docs-master-2f343b.svg)](http://philippkeller.github.io/rexpect)
Expand Down
2 changes: 2 additions & 0 deletions bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ status = [
"CI"
]

cut_body_after = "---"

delete_merged_branches = true

0 comments on commit 481230e

Please sign in to comment.