[PR #12047] Remove unused GitHub Actions workflows #14047

Closed
opened 2026-02-16 18:18:51 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/12047

State: closed
Merged: No


What does this PR do?

This PR removes 16 unused GitHub Actions workflows that are no longer needed or have been superseded by other automation. The removed workflows include:

  • beta.yml - Beta branch synchronization (hourly schedule)
  • close-stale-prs.yml - Automated stale PR closure with rate limiting
  • containers.yml - Docker container building and publishing
  • daily-issues-recap.yml - Daily Discord notifications for new issues
  • daily-pr-recap.yml - Daily Discord notifications for PR activity
  • deploy.yml - SST deployment to dev/production
  • docs-update.yml - Automated documentation updates from commits
  • duplicate-issues.yml - AI-powered duplicate issue detection
  • generate.yml - Code generation on dev branch pushes
  • nix-hashes.yml - Nix package hash computation and updates
  • notify-discord.yml - Release notification to Discord
  • opencode.yml - OpenCode AI assistant integration
  • pr-management.yml - PR duplicate checking and contributor labeling
  • pr-standards.yml - PR title and issue linking validation
  • publish-github-action.yml - GitHub Action publishing
  • publish-vscode.yml - VS Code extension publishing

These workflows appear to be either:

  1. Deprecated in favor of other solutions
  2. No longer actively maintained
  3. Dependent on external services or secrets that are no longer available
  4. Replaced by alternative automation approaches

Removing them reduces CI/CD clutter and eliminates unnecessary scheduled job executions.

How did you verify your code works?

This is a cleanup change that removes workflow files. The verification is straightforward:

  • All removed files are workflow definitions in .github/workflows/
  • No code logic or functionality is affected
  • The repository will continue to function normally with the remaining workflows
  • This reduces unnecessary CI/CD overhead and scheduled job executions

https://claude.ai/code/session_018TaqeumJiVqNm1crBoeMGx

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/12047 **State:** closed **Merged:** No --- ### What does this PR do? This PR removes 16 unused GitHub Actions workflows that are no longer needed or have been superseded by other automation. The removed workflows include: - **beta.yml** - Beta branch synchronization (hourly schedule) - **close-stale-prs.yml** - Automated stale PR closure with rate limiting - **containers.yml** - Docker container building and publishing - **daily-issues-recap.yml** - Daily Discord notifications for new issues - **daily-pr-recap.yml** - Daily Discord notifications for PR activity - **deploy.yml** - SST deployment to dev/production - **docs-update.yml** - Automated documentation updates from commits - **duplicate-issues.yml** - AI-powered duplicate issue detection - **generate.yml** - Code generation on dev branch pushes - **nix-hashes.yml** - Nix package hash computation and updates - **notify-discord.yml** - Release notification to Discord - **opencode.yml** - OpenCode AI assistant integration - **pr-management.yml** - PR duplicate checking and contributor labeling - **pr-standards.yml** - PR title and issue linking validation - **publish-github-action.yml** - GitHub Action publishing - **publish-vscode.yml** - VS Code extension publishing These workflows appear to be either: 1. Deprecated in favor of other solutions 2. No longer actively maintained 3. Dependent on external services or secrets that are no longer available 4. Replaced by alternative automation approaches Removing them reduces CI/CD clutter and eliminates unnecessary scheduled job executions. ### How did you verify your code works? This is a cleanup change that removes workflow files. The verification is straightforward: - All removed files are workflow definitions in `.github/workflows/` - No code logic or functionality is affected - The repository will continue to function normally with the remaining workflows - This reduces unnecessary CI/CD overhead and scheduled job executions https://claude.ai/code/session_018TaqeumJiVqNm1crBoeMGx
yindo added the pull-request label 2026-02-16 18:18:51 -05:00
yindo closed this issue 2026-02-16 18:18:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14047