Skip to content

chore: sync development into main - #13

Open
nicomiguelino wants to merge 1 commit into
mainfrom
development
Open

chore: sync development into main#13
nicomiguelino wants to merge 1 commit into
mainfrom
development

Conversation

@nicomiguelino

Copy link
Copy Markdown
Contributor

Syncs the EDGE_APP_ID rollout changes from development into main.

- Set STAGE_EDGE_APP_ID and PRODUCTION_EDGE_APP_ID repo variables and pass them through to the initialize/update actions as edge_app_id
- Drop id from screenly.yml and delete screenly_qc.yml since a single manifest is now used regardless of environment
- Pin edge-apps-actions to a commit for now, since v26.9.0 can't be tagged there until a repo ruleset is adjusted
Copilot AI lite review requested due to automatic review settings September 4, 2026 05:13

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

Changes are straightforward and align deployment workflows with the intended EDGE_APP_ID rollout, with only a minor maintainability simplification suggested.

Pull request overview

Syncs the EDGE_APP_ID rollout changes from development into main by moving Edge App identification from the manifest files into GitHub Actions workflow inputs, and aligning workflows to a pinned Screenly actions revision.

Changes:

  • Removed the hard-coded id from screenly.yml and deleted the separate screenly_qc.yml manifest.
  • Updated deploy workflows to pin Screenly/edge-apps-actions to a specific commit SHA.
  • Passed edge_app_id to the Screenly update/initialize actions via secrets/vars fallbacks.
File summaries
File Description
screenly.yml Removes the manifest id so the Edge App ID can be supplied via CI instead of being hard-coded.
screenly_qc.yml Removes the QC manifest file entirely.
.github/workflows/update-edge-app.yml Pins the update action revision and supplies edge_app_id for stage/production updates.
.github/workflows/initialize-edge-app.yml Pins the initialize action revision and supplies edge_app_id based on environment/overrides.
Review details
  • Files reviewed: 4/4 changed files
  • Comments generated: 1
  • Review effort level: Lite

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

edge_app_name: ${{ inputs.edge_app_name }}
edge_app_title: ${{ inputs.edge_app_title }}
environment: ${{ inputs.environment }}
edge_app_id: ${{ secrets.EDGE_APP_ID || (inputs.environment == 'production' && vars.PRODUCTION_EDGE_APP_ID || (inputs.environment == 'stage' && vars.STAGE_EDGE_APP_ID)) }}
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.

2 participants