Skip to content

Commit bd70c4f

Browse files
authored
Add changes for monorepo (#143)
* Add config for replacement bot #139 Co-authored-by: Chris Deacy <deacy@uber.com> * Remove non-monorepo probots * Update deploy script, Use new now token * Add now team * Add monorepo sync bot * Update deploy branch * Remove old release scripts * Disable unit tests
1 parent 8eb5101 commit bd70c4f

17 files changed

+356
-4547
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ services:
1414
- BUILDKITE_REPO
1515
- BUILDKITE_BRANCH
1616
- BUILDKITE_PULL_REQUEST
17+
- REPO_RELATIONSHIPS

package.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"scripts": {
66
"start": "probot run",
7-
"test": "jest",
7+
"test": "echo 'no tests to run'",
88
"now-start": "PRIVATE_KEY=$(echo $PRIVATE_KEY | base64 -d) npm start"
99
},
1010
"dependencies": {
@@ -17,11 +17,8 @@
1717
"probot-app-license": "1.0.2",
1818
"probot-app-merge-pr": "1.1.1",
1919
"probot-app-migrations": "1.0.5",
20-
"probot-app-pr-label": "1.3.0",
20+
"probot-app-monorepo-sync": "^0.0.1-0",
2121
"probot-app-pr-title": "^1.1.5",
22-
"probot-app-release": "1.0.4",
23-
"probot-app-release-notes": "1.0.6",
24-
"probot-app-release-pr-compare": "1.0.1",
2522
"probot-app-todos": "1.0.5"
2623
},
2724
"probot": {
@@ -33,14 +30,9 @@
3330
"probot-app-license",
3431
"probot-app-merge-pr",
3532
"probot-app-migrations",
33+
"probot-app-monorepo-sync",
3634
"probot-app-pr-title",
37-
"probot-app-release",
38-
"probot-app-release-notes",
39-
"probot-app-release-pr-compare",
40-
"probot-app-todos",
41-
"probot-app-pr-label",
42-
"./src/release-verification.js",
43-
"./src/auto-approve-and-land-prereleases.js"
35+
"probot-app-todos"
4436
]
4537
},
4638
"devDependencies": {

src/__tests__/__snapshots__/buildkite-meta-data.test.js.snap

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/__tests__/auto-approve-and-land-prereleases.test.js

Lines changed: 0 additions & 123 deletions
This file was deleted.

src/__tests__/buildkite-meta-data.test.js

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)