Skip to content

chore: remove unused upstream workflows#14

Merged
compscidr merged 5 commits into
masterfrom
chore/remove-unused-workflows
Mar 20, 2026
Merged

chore: remove unused upstream workflows#14
compscidr merged 5 commits into
masterfrom
chore/remove-unused-workflows

Conversation

@compscidr

Copy link
Copy Markdown
Owner

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 PRs
  • update-stats.yml — daily stats cache update

🤖 Generated with Claude Code

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>
@vercel

vercel Bot commented Mar 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
github-readme-stats Ready Ready Preview, Comment Mar 20, 2026 5:29am

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

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 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>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@compscidr compscidr merged commit 3493e34 into master Mar 20, 2026
5 checks passed
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