Skip to content

Remove obsolete frontend build files#123

Merged
sdehm merged 2 commits into
reposync-29125697677from
sdehm/remove-obsolete-build-files
Jul 10, 2026
Merged

Remove obsolete frontend build files#123
sdehm merged 2 commits into
reposync-29125697677from
sdehm/remove-obsolete-build-files

Conversation

@sdehm

@sdehm sdehm commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Remove obsolete frontend build configuration files.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions Bot added the draft PR is in draft label Jul 10, 2026
@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@sdehm sdehm changed the base branch from main to reposync-29125697677 July 10, 2026 21:53
@sdehm sdehm marked this pull request as ready for review July 10, 2026 21:53
Copilot AI review requested due to automatic review settings July 10, 2026 21:53
@github-actions github-actions Bot added ready for review and removed draft PR is in draft labels Jul 10, 2026
@sdehm sdehm merged commit 203d2e8 into reposync-29125697677 Jul 10, 2026
6 checks passed
@sdehm sdehm deleted the sdehm/remove-obsolete-build-files branch July 10, 2026 21:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes unused React/Webpack build configuration from the Hugo-based site.

Changes:

  • Removes Webpack and Babel configuration.
  • Removes obsolete TypeScript and CSS module declarations.
  • One blocking stale CI workflow reference remains.
Show a summary per file
File Description
webpack.config.js Removes the obsolete Webpack build configuration.
tsconfig.json Removes unused frontend TypeScript configuration.
global.d.ts Removes unused CSS module declarations.
babel.config.json Removes unused Babel presets.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comments suppressed due to low confidence (1)

webpack.config.js:1

  • Deleting the webpack configuration leaves .github/workflows/pr-check.yml:116-125 running the obsolete “Build JS bundle” step and requiring static/js/bundle.js. The current npm run build only runs Hugo, so it cannot create that file and this check will exit 1. Remove or replace that workflow step as part of this cleanup.
  • Files reviewed: 2/4 changed files
  • Comments generated: 0
  • Review effort level: Medium

well-architected-oss-bot Bot pushed a commit that referenced this pull request Jul 10, 2026
* Sync from github/github-well-architected-internal (main)

Source Repository: github/github-well-architected-internal

Source Branch: main

Source SHA: 54a83c46c8a176a3e99d2af6a1aa34539f3fbd74

* Remove obsolete frontend build files (#123)

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Remove obsolete frontend CI step

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: well-architected-sync-bot[bot] <235114805+well-architected-sync-bot[bot]@users.noreply.github.com>
Co-authored-by: Shaffer Dehmlow <sdehm@github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants