Skip to content

Commit 22598e3

Browse files
bors[bot]bidoubiwa
andauthored
Merge #59
59: Add bors config r=bidoubiwa a=bidoubiwa Add bors plugin on this repository. This will helps test, merge and rebase. Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents a28d4a3 + fea9aa0 commit 22598e3

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/swift-test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
name: Swift
22

33
on:
4-
push:
5-
branches: [ master ]
64
pull_request:
5+
push:
6+
branches:
7+
- trying
8+
- staging
79

810
jobs:
9-
build:
10-
11+
tests:
12+
name: swift-test
1113
runs-on: macos-latest
1214
env:
1315
DEVELOPER_DIR: /Applications/Xcode_11.5.app/Contents/Developer

bors.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
status = ["swift-test"]
2+
# 4 hours timeout
3+
timeout-sec = 14400

0 commit comments

Comments
 (0)