Skip to content

chore: add edge app initialize and update workflows - #5

Merged
nicomiguelino merged 1 commit into
mainfrom
chore/add-edge-app-workflows
Aug 21, 2026
Merged

chore: add edge app initialize and update workflows#5
nicomiguelino merged 1 commit into
mainfrom
chore/add-edge-app-workflows

Conversation

@nicomiguelino

Copy link
Copy Markdown
Contributor

Summary

  • Adds initialize-edge-app.yml: manual dispatch to initialize the Edge App in stage or production.
  • Adds update-edge-app.yml: auto-deploys to stage on push to development, and to production on push to main.
  • Mirrors slack-messages-app's workflow setup, using Screenly/edge-apps-actions.

- Manual dispatch to initialize an Edge App in stage or production
- Auto-deploy on push to development (stage) and main (production)
Copilot AI lite review requested due to automatic review settings August 21, 2026 02:12
@nicomiguelino nicomiguelino self-assigned this Aug 21, 2026

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.

Pull request overview

This PR adds GitHub Actions workflows to initialize and deploy the Screenly Edge App for this repository, aligning deployments to the stage and production environments based on branch events and manual triggers.

Changes:

  • Added a manual initialize-edge-app.yml workflow to initialize an Edge App instance in stage or production.
  • Added an update-edge-app.yml workflow to auto-update the Edge App on pushes to development (stage) and main (production), with a manual dispatch option.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/update-edge-app.yml Adds stage/prod update jobs triggered by pushes to development/main and manual dispatch.
.github/workflows/initialize-edge-app.yml Adds a manual initialization workflow with inputs for environment, app name, and title.

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

Comment thread .github/workflows/update-edge-app.yml
Comment thread .github/workflows/initialize-edge-app.yml
@nicomiguelino
nicomiguelino merged commit 8bfb054 into main Aug 21, 2026
1 check passed
@nicomiguelino
nicomiguelino deleted the chore/add-edge-app-workflows branch August 21, 2026 04:08
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