chore: Remove trending repository fetch workflow and scripts#237
Conversation
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.
WalkthroughThe PR removes the trending repository automation infrastructure, including the GitHub Actions workflow that scheduled daily updates ( Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
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. Comment |
This commit removes the GitHub Actions workflow and associated Python scripts previously used for fetching and caching trending repositories.
.github/workflows/fetch-trending-repos.ymlworkflow file, which was responsible for periodically running the fetch script.scripts/fetch_trending.pyscript that contained the logic for querying the GitHub API to find trending repositories for different platforms (Android, Windows, macOS, Linux).scripts/requirements.txtfile, which only contained therequestsdependency for the removed script.Summary by CodeRabbit