We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8156bb + 0cd0490 commit 329be03Copy full SHA for 329be03
.github/bors.toml
@@ -1,4 +1,4 @@
1
block_labels = ["S-waiting-on-team"]
2
delete_merged_branches = true
3
required_approvals = 1
4
-status = ["continuous-integration/travis-ci/push"]
+status = ["dummy"]
.github/workflows/dummy.yml
@@ -0,0 +1,18 @@
+name: CI
+
+on:
+ push:
5
+ branches:
6
+ - master
7
+ - staging
8
+ - trying
9
+ pull_request:
10
11
12
13
+jobs:
14
+ dummy:
15
+ runs-on: ubuntu-latest
16
+ steps:
17
+ - name: Succeed
18
+ run: true
.travis.yml
0 commit comments