Skip to content

Update stale references after the GitHub repo rename - #33

Merged
adab-tech merged 1 commit into
mainfrom
claude/globalopportunities-deploy-yukhn1
Sep 1, 2026
Merged

Update stale references after the GitHub repo rename#33
adab-tech merged 1 commit into
mainfrom
claude/globalopportunities-deploy-yukhn1

Conversation

@adab-tech

Copy link
Copy Markdown
Owner

Summary

The repo moved from adab-tech/OpportunityFinder to adab-tech/globalopportunities (confirmed via the GitHub API — old URL still redirects, so nothing was actually broken). This just cleans up the docs/scripts that hardcoded the old path:

  • .github/SECRETS.md, docs/DEPLOY-RENDER.md, docs/DEPLOY-CLOUDFLARE-WORKERS.md, scripts/sync-github-secrets.ps1, .claude/skills/opportunityfinder-dev/SKILL.md — updated repo references.
  • backend/app/scrapers/rss_ingest.py — the RSS scraper's outbound User-Agent header still identified as OpportunityFinder/1.0 and linked the old repo URL to every external feed it polls. Updated to GlobalOpportunities/1.0 with the new URL.

No behavior change beyond that outbound header string; no test pins its exact value.

Test plan

  • grep-confirmed no remaining references to the old repo path anywhere in the tree.
  • Full backend suite (339 tests) and ruff check . — both pass.

Generated by Claude Code

…nities

The repo moved from adab-tech/OpportunityFinder to
adab-tech/globalopportunities (the old URL still redirects, so nothing
was broken, but docs/scripts pointed at the old path). Also updates
the RSS scraper's outbound User-Agent string, which still identified
as "OpportunityFinder" and linked the old repo URL to external feeds.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019Umy9bW14TMbzW2QD7eLt3
Copilot AI lite review requested due to automatic review settings September 1, 2026 05:24
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
opportunityfinder bbf6947 Commit Preview URL

Branch Preview URL
Sep 01 2026, 05:24 AM

@adab-tech
adab-tech merged commit 1bb06b2 into main Sep 1, 2026
7 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟢 Approval recommended

The changes are limited to reference string updates and a User-Agent header string, with no functional behavior changes beyond outbound identification.

Pull request overview

Updates hardcoded repository references after the rename from adab-tech/OpportunityFinder to adab-tech/globalopportunities, including documentation, scripts, and the RSS ingest scraper’s outbound User-Agent header URL.

Changes:

  • Updated repo references in deployment/docs and secrets documentation.
  • Updated the secrets sync PowerShell script example to target the new repo path.
  • Updated RSS ingest User-Agent to identify GlobalOpportunities/1.0 and link the new GitHub repo URL.
File summaries
File Description
scripts/sync-github-secrets.ps1 Updates example usage to use the renamed GitHub repo path.
docs/DEPLOY-RENDER.md Updates Render deployment instructions to reference the new repo.
docs/DEPLOY-CLOUDFLARE-WORKERS.md Updates Cloudflare Workers deployment instructions to reference the new repo.
backend/app/scrapers/rss_ingest.py Updates outbound RSS polling User-Agent header to use the new project/repo identity.
.github/SECRETS.md Updates secrets documentation and gh secret set examples to use the new repo.
.claude/skills/opportunityfinder-dev/SKILL.md Updates skill documentation repo reference to the renamed repository.
Review details
  • Files reviewed: 6/6 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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.

3 participants