chore: remove unused upstream workflows#14
Merged
Conversation
Remove workflows that are upstream-specific or always skip: - deploy-prep (Vercel deployment prep) - e2e-test (disabled) - empty-issues-closer, label-pr, top-issues-dashboard (issue/PR management) - generate-theme-doc, preview-theme, stale-theme-pr-closer, theme-prs-closer (theme management) - update-langs (upstream language updates) - codeql-analysis, ossf-analysis (security scanning - always skipped) - prs-cache-clean (cache housekeeping) Keep only test.yml and update-stats.yml. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Removes upstream-inherited GitHub Actions workflows that are either always skipped in this fork (due to if: github.repository == 'anuraghazra/github-readme-stats') or otherwise irrelevant, aiming to keep only the workflows that are actually used here.
Changes:
- Deleted multiple upstream-only workflows under
.github/workflows/. - Removed the deploy-prep helper script (
.github/workflows/deploy-prep.py) along with its workflow. - Added a generated SVG preview artifact and updated
package-lock.json(these changes are not mentioned in the PR description).
Reviewed changes
Copilot reviewed 15 out of 17 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
preview-combined.svg |
Adds a generated combined-card preview SVG (not described in PR summary). |
package-lock.json |
Updates lockfile entries related to ESLint / @eslint/js (not described in PR summary). |
.github/workflows/update-langs.yml |
Removes upstream language update workflow. |
.github/workflows/top-issues-dashboard.yml |
Removes upstream top-issues dashboard workflow. |
.github/workflows/theme-prs-closer.yml |
Removes upstream automation for closing theme PRs. |
.github/workflows/stale-theme-pr-closer.yml |
Removes upstream workflow for closing stale theme PRs. |
.github/workflows/prs-cache-clean.yml |
Removes upstream workflow for cleaning PR caches. |
.github/workflows/preview-theme.yml |
Removes upstream theme preview workflow. |
.github/workflows/ossf-analysis.yml |
Removes upstream OSSF Scorecard workflow. |
.github/workflows/label-pr.yml |
Removes upstream PR labeler workflow. |
.github/workflows/generate-theme-doc.yml |
Removes upstream theme README generator workflow. |
.github/workflows/empty-issues-closer.yml |
Removes upstream empty-issue closer workflow. |
.github/workflows/e2e-test.yml |
Removes upstream e2e test workflow (was disabled). |
.github/workflows/deploy-prep.yml |
Removes upstream deployment prep workflow. |
.github/workflows/deploy-prep.py |
Removes helper script used by the deleted deployment prep workflow. |
.github/workflows/codeql-analysis.yml |
Removes upstream CodeQL workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace the 1000+ line upstream README with a focused README covering the fork's architecture, custom endpoints, setup instructions, and usage. Remove upstream badges, donation links, and docs that don't apply to this fork. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
617cc53 to
c3804a7
Compare
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remove 14 workflow files inherited from upstream that always skip or are irrelevant to this fork. Keeps only:
test.yml— runs tests/lint on PRsupdate-stats.yml— daily stats cache update🤖 Generated with Claude Code