Skip to content

Commit 0930abf

Browse files
committed
Add bors configuration
Signed-off-by: Daniel Egger <[email protected]>
1 parent 9e8e512 commit 0930abf

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @rust-embedded/tools

.github/bors.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
block_labels = ["needs-decision", "S-waiting-on-team"]
2+
delete_merged_branches = true
3+
required_approvals = 1
4+
status = [
5+
"continuous-integration/travis-ci/push",
6+
]
7+
timeout_sec = 14400

0 commit comments

Comments
 (0)