Skip to content

Commit 6f7aa86

Browse files
authored
chore: remove CircleCI orb roller code (#170)
1 parent 94171eb commit 6f7aa86

10 files changed

Lines changed: 1 addition & 723 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ npm start
2424

2525
This service has no user facing interfaces or commands. Updates to major dependencies
2626
including Node.js and Chromium will be automatically PRed as DEPS updates
27-
into `electron/electron`. Updates to the organization's node orbs will be automatically
28-
PRed into relevant repositories.
27+
into `electron/electron`.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"prepare": "husky",
1212
"roll-chromium": "DEBUG=roller* node lib/chromium-cron.js",
1313
"roll-node": "DEBUG=roller* node lib/node-cron.js",
14-
"roll-orb": "DEBUG=roller* node lib/orb-cron.js",
1514
"start": "DEBUG=roller* probot run ./lib/index.js",
1615
"test": "vitest run --coverage --reporter=verbose"
1716
},

src/constants.ts

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export const REPOS = {
1717
},
1818
};
1919

20-
export const ORB_KEY = 'orbs';
2120
export const REPO_OWNER = 'electron';
2221

2322
export const MAIN_BRANCH = 'main';
@@ -33,19 +32,6 @@ export const ROLL_TARGETS = {
3332
},
3433
};
3534

36-
export const ORB_TARGETS = [
37-
{
38-
name: 'electronjs/node',
39-
owner: 'electron',
40-
repo: 'node-orb',
41-
},
42-
{
43-
name: 'continuousauth/npm',
44-
owner: 'continuousauth',
45-
repo: 'npm-orb',
46-
},
47-
];
48-
4935
export const BACKPORT_CHECK_SKIP = 'backport-check-skip';
5036
export const NO_BACKPORT = 'no-backport';
5137

@@ -69,12 +55,6 @@ export interface RollTarget {
6955
depsKey: string;
7056
}
7157

72-
export interface OrbTarget {
73-
name: string;
74-
owner: string;
75-
repo: string;
76-
}
77-
7858
export interface Repository {
7959
owner: string;
8060
repo: string;

src/orb-cron.ts

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

src/orb-handler.ts

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

src/utils/pr-text-orb.ts

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

0 commit comments

Comments
 (0)