Skip to content

Commit 481230e

Browse files
Merge #54 #55
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]>
3 parents 089150f + c7a3352 + fe9c241 commit 481230e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ error-chain = "0.12"
2020
tempfile = "3"
2121

2222
[badges]
23-
travis-ci = { repository = "philippkeller/rexpect" }
23+
maintenance = { status = "passively-maintained" }

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# rexpect
22

3-
[![Build Status](https://api.travis-ci.org/philippkeller/rexpect.svg?branch=master)](https://travis-ci.org/philippkeller/rexpect)
43
[![crates.io](https://img.shields.io/crates/v/rexpect.svg)](https://crates.io/crates/rexpect)
54
[![Released API docs](https://docs.rs/rexpect/badge.svg)](https://docs.rs/rexpect)
65
[![Master API docs](https://img.shields.io/badge/docs-master-2f343b.svg)](http://philippkeller.github.io/rexpect)

bors.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ status = [
33
"CI"
44
]
55

6+
cut_body_after = "---"
7+
68
delete_merged_branches = true
79

0 commit comments

Comments
 (0)