BREAKING: GitHub MINOR π΄ Pull Requests & Issues Down β Workarounds Inside
GitHub experiencing partial disruption affecting PRs and Issues. Immediate workarounds for indie hackers and teams.
BREAKING: GitHub Experiencing Pull Request & Issue Disruption
Status: Investigating | Severity: Minor | Impact: Partial
Last Updated: Monitor [GitHub Status Page](https://www.githubstatus.com) for real-time updates.
---
What's Down & Who's Affected
GitHub is currently experiencing degraded performance on Pull Requests and Issues functionality. This affects:
Who's impacted: Teams relying on active PR reviews, issue triage workflows, and automated CI/CD that depends on PR status updates.
Code commits and pushes: Still operational. Your repository data is safe.
---
Immediate Workarounds β Do These NOW
For Pull Requests
1. Pause code review cycles temporarily. Use email/Slack to notify reviewers of pending PRs. 2. Use the Git CLI for local operations: ```bash git log --oneline origin/main..HEAD # See your commits waiting for review ``` 3. Continue pushing commits β they're queuing successfully. PRs will sync once service recovers.For Issues
1. Document blockers locally in a markdown file or Notion until GitHub stabilizes. 2. Use GitHub CLI (installed locally) to query issues: ```bash gh issue list --state open ``` 3. Avoid bulk operations β wait for stability before mass label changes or migrations.For Teams & CI/CD
1. Don't retry deployments waiting on PR status checks β they'll fail intermittently. 2. Use branch protection bypass (admins only) if you have critical hotfixes, but log the decision. 3. Check webhook delivery in repo settings β Developer settings β Webhooks (manual retry after recovery).---
How to Check If Your Project Is Affected
Quick test: 1. Go to your repo β "Pull requests" tab 2. Try clicking "New pull request" or viewing an existing PR 3. If you see timeouts, 500 errors, or "loading" spinners >30 seconds = you're affected
For issues:
Check your CI/CD:
---
Alternative Tools to Consider (Temporary Bridge)
For PR review and issue tracking *during* outages:
*Note:* Most indie hackers should stick with GitHub and ride this out β it's typically resolved in <2 hours.
---
Monitor Recovery
Official source (refresh every 5 min):
Subscribe to updates: 1. Visit status.github.com β Click "Subscribe to updates" 2. Enable email/SMS notifications 3. Follow [@githubstatus](https://twitter.com/githubstatus) on Twitter
Test recovery yourself:
---
Bottom Line
This is a partial outage β not a data loss event. Your code is safe. Continue pushing commits, communicate blockers via email/chat, and wait for GitHub to stabilize. Most indie hacker workflows can pause PR review for 1-2 hours without major impact.
Bookmark this. Reference again if symptoms persist.