Skip to content

chore: Remove trending repository fetch workflow and scripts#237

Merged
rainxchzed merged 1 commit into
mainfrom
no-ci-trending
Feb 13, 2026
Merged

chore: Remove trending repository fetch workflow and scripts#237
rainxchzed merged 1 commit into
mainfrom
no-ci-trending

Conversation

@rainxchzed
Copy link
Copy Markdown
Member

@rainxchzed rainxchzed commented Feb 13, 2026

This commit removes the GitHub Actions workflow and associated Python scripts previously used for fetching and caching trending repositories.

  • Deleted the .github/workflows/fetch-trending-repos.yml workflow file, which was responsible for periodically running the fetch script.
  • Deleted the scripts/fetch_trending.py script that contained the logic for querying the GitHub API to find trending repositories for different platforms (Android, Windows, macOS, Linux).
  • Deleted the scripts/requirements.txt file, which only contained the requests dependency for the removed script.

Summary by CodeRabbit

  • Chores
    • Removed the automated daily trending repository discovery workflow that previously fetched and cached platform-specific trending repositories.
    • Removed associated dependencies and supporting tools.

This commit removes the GitHub Actions workflow and associated Python scripts previously used for fetching and caching trending repositories.

- Deleted the `.github/workflows/fetch-trending-repos.yml` workflow file, which was responsible for periodically running the fetch script.
- Deleted the `scripts/fetch_trending.py` script that contained the logic for querying the GitHub API to find trending repositories for different platforms (Android, Windows, macOS, Linux).
- Deleted the `scripts/requirements.txt` file, which only contained the `requests` dependency for the removed script.
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 13, 2026

Walkthrough

The PR removes the trending repository automation infrastructure, including the GitHub Actions workflow that scheduled daily updates (fetch-trending-repos.yml), the Python script that fetched trending repositories from the GitHub API (fetch_trending.py), and the associated requests package dependency from requirements.txt.

Changes

Cohort / File(s) Summary
Trending Repository Automation
.github/workflows/fetch-trending-repos.yml, scripts/fetch_trending.py, scripts/requirements.txt
Removed entire trending repository fetching automation, including the scheduled GitHub Actions workflow, the Python script that queried the GitHub API and validated release assets, and the requests library dependency.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

Poem

🐰 The trending repos take their final bow,
With workflows and scripts we bid adieu now,
No more daily fetches through the GitHub night,
The cached data sleeps—automation takes flight! ✨

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main changes: removal of a GitHub Actions workflow and related Python scripts for fetching trending repositories.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into main

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch no-ci-trending

No actionable comments were generated in the recent review. 🎉


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@rainxchzed rainxchzed merged commit 0443d83 into main Feb 13, 2026
2 checks passed
@rainxchzed rainxchzed deleted the no-ci-trending branch February 13, 2026 05:38
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.

1 participant