Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ab4cfef

Browse filesBrowse files
Ceres6aduh95
authored andcommitted
tools: remove github reporter
PR-URL: #56468 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
1 parent cf16123 commit ab4cfef
Copy full SHA for ab4cfef

File tree

Expand file treeCollapse file tree

7 files changed

+2
-20318
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

7 files changed

+2
-20318
lines changed
Open diff view settings
Collapse file

‎.github/workflows/tools.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/tools.yml
-9Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ on:
2222
- cjs-module-lexer
2323
- corepack
2424
- doc
25-
- github_reporter
2625
- googletest
2726
- gyp-next
2827
- histogram
@@ -135,14 +134,6 @@ jobs:
135134
npm install --ignore-scripts $NEW_VERSION
136135
npm install --ignore-scripts
137136
fi
138-
- id: github_reporter
139-
subsystem: tools
140-
label: tools
141-
run: |
142-
./tools/dep_updaters/update-github-reporter.sh > temp-output
143-
cat temp-output
144-
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
145-
rm temp-output
146137
- id: googletest
147138
subsystem: deps
148139
label: dependencies, test
Collapse file

‎eslint.config.mjs‎

Copy file name to clipboardExpand all lines: eslint.config.mjs
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export default [
4949
'test/.tmp.*/**',
5050
'test/addons/??_*',
5151
'test/fixtures/**',
52-
'tools/github_reporter/**',
5352
],
5453
},
5554
// #endregion
Collapse file

‎pyproject.toml‎

Copy file name to clipboardExpand all lines: pyproject.toml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ exclude = [
44
"tools/cpplint.py",
55
"tools/gyp",
66
"tools/inspector_protocol",
7-
"tools/eslint/node_modules",
8-
"tools/github_reporter"
7+
"tools/eslint/node_modules"
98
]
109
line-length = 172
1110
target-version = "py38"
Collapse file

‎tools/dep_updaters/update-github-reporter.sh‎

Copy file name to clipboardExpand all lines: tools/dep_updaters/update-github-reporter.sh
-44Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.