Remove deploy_staging.yml workflow (manual deployment) #38

Merged
Copilot merged 3 commits from copilot/fix-unrecognized-named-value into main 2026-01-09 00:34:40 +00:00
Copilot commented 2026-01-09 00:24:42 +00:00 (Migrated from github.com)

Pull Request

Purpose

The deploy_staging.yml workflow is no longer needed as staging deployments will be handled manually. This PR removes the entire workflow file from the repository.

Change Summary

  • Removed .github/workflows/deploy_staging.yml entirely

Context: Originally this PR was fixing an unrecognized named-value error (secrets.DEPLOY_URL in environment.url field). However, per user request, the entire workflow is being removed since staging deployments will be performed manually instead.

Testing Evidence

  • Workflow validation passes (all 6 remaining workflows)
  • YAML syntax valid for remaining workflows
  • CodeQL security scan: 0 alerts

Risk and Rollback

Risk: Low. Workflow file removal only. No impact on existing workflows or repository functionality. Manual deployments will replace automated staging deployments.

Rollback: Restore the workflow file from git history if automated staging deployments are needed again.

Checklist

  • Follows Conventional Commits
  • Tests added or updated (validation scripts executed)
  • Documentation updated if required (N/A - workflow removal only)
  • License header present where applicable (N/A)
  • Linked issue(s) referenced

Reviewer Notes

The deploy_staging.yml workflow has been completely removed. Ensure manual deployment procedures are documented and communicated to the team.

Review and Approval

Original prompt

(Line: 30, Col: 12): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.DEPLOY_URL


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

# Pull Request ## Purpose The `deploy_staging.yml` workflow is no longer needed as staging deployments will be handled manually. This PR removes the entire workflow file from the repository. ## Change Summary - Removed `.github/workflows/deploy_staging.yml` entirely **Context**: Originally this PR was fixing an unrecognized named-value error (`secrets.DEPLOY_URL` in `environment.url` field). However, per user request, the entire workflow is being removed since staging deployments will be performed manually instead. ## Testing Evidence - Workflow validation passes (all 6 remaining workflows) - YAML syntax valid for remaining workflows - CodeQL security scan: 0 alerts ## Risk and Rollback **Risk**: Low. Workflow file removal only. No impact on existing workflows or repository functionality. Manual deployments will replace automated staging deployments. **Rollback**: Restore the workflow file from git history if automated staging deployments are needed again. ## Checklist - [x] Follows Conventional Commits - [x] Tests added or updated (validation scripts executed) - [x] Documentation updated if required (N/A - workflow removal only) - [x] License header present where applicable (N/A) - [x] Linked issue(s) referenced ## Reviewer Notes The `deploy_staging.yml` workflow has been completely removed. Ensure manual deployment procedures are documented and communicated to the team. ## Review and Approval <!-- START COPILOT CODING AGENT SUFFIX --> <!-- START COPILOT ORIGINAL PROMPT --> <details> <summary>Original prompt</summary> > (Line: 30, Col: 12): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.DEPLOY_URL </details> <!-- START COPILOT CODING AGENT TIPS --> --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs.
jmiller-moko (Migrated from github.com) reviewed 2026-01-09 00:24:42 +00:00
jmiller-moko commented 2026-01-09 00:31:04 +00:00 (Migrated from github.com)

@copilot i will be manually deplyong staging so remove that worflow

@copilot i will be manually deplyong staging so remove that worflow
Copilot commented 2026-01-09 00:32:55 +00:00 (Migrated from github.com)

@copilot i will be manually deplyong staging so remove that worflow

Removed the deploy_staging.yml workflow file in commit 327bda5. All remaining 6 workflows still pass validation.

> @copilot i will be manually deplyong staging so remove that worflow Removed the deploy_staging.yml workflow file in commit 327bda5. All remaining 6 workflows still pass validation.
copilot-pull-request-reviewer[bot] (Migrated from github.com) reviewed 2026-01-09 00:37:51 +00:00
copilot-pull-request-reviewer[bot] (Migrated from github.com) left a comment

Pull request overview

This PR removes the deploy_staging.yml GitHub Actions workflow file as staging deployments will now be handled manually instead of through automated workflows. The original issue was an unrecognized named-value error with secrets.DEPLOY_URL, but the decision was made to remove the entire workflow rather than fix it.

Key changes:

  • Complete removal of .github/workflows/deploy_staging.yml (209 lines deleted)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

## Pull request overview This PR removes the `deploy_staging.yml` GitHub Actions workflow file as staging deployments will now be handled manually instead of through automated workflows. The original issue was an unrecognized named-value error with `secrets.DEPLOY_URL`, but the decision was made to remove the entire workflow rather than fix it. **Key changes:** - Complete removal of `.github/workflows/deploy_staging.yml` (209 lines deleted) --- 💡 <a href="/mokoconsulting-tech/moko-cassiopeia/new/main/.github/instructions?filename=*.instructions.md" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Add Copilot custom instructions</a> for smarter, more guided reviews. <a href="https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Learn how to get started</a>.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoCassiopeia#38