Skip to content

Commit 7aad534

Browse files
authored
Add Bors (#75)
1 parent 9bdaf93 commit 7aad534

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/test-lint.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
name: Test and Lint
22

33
on:
4+
pull_request:
45
push:
6+
# trying and staging branches are for BORS config
57
branches:
8+
- trying
9+
- staging
610
- master
7-
pull_request:
811

912
jobs:
1013
test:
14+
name: docs-scraper-tests
1115
runs-on: ubuntu-18.04
1216

1317
steps:

bors.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
status = ["docs-scraper-tests"]
2+
# 1 hour timeout
3+
timeout-sec = 3600

0 commit comments

Comments
 (0)