Skip to content

Create workflow_dispatch: - #4

Open
imannelin wants to merge 1 commit into
B3hnamR:masterfrom
imannelin:master
Open

Create workflow_dispatch:#4
imannelin wants to merge 1 commit into
B3hnamR:masterfrom
imannelin:master

Conversation

@imannelin

@imannelin imannelin commented Jun 8, 2026

Copy link
Copy Markdown
  1. deploy workflow

Summary by cubic

Adds a GitHub Actions workflow to deploy to Fastly, triggered manually (workflow_dispatch) and on pushes to main. It sets up Node 20, runs npm ci, and deploys via fastly/compute-actions@v5 (creates the service if missing) using FASTLY_API_TOKEN.

Written for commit 508adae. Summary will update on new commits.

Review in cubic

@cubic-dev-ai cubic-dev-ai Bot 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.

1 issue found across 1 file

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="workflow_dispatch:">

<violation number="1" location="workflow_dispatch::1">
P1: Workflow file is misnamed and misplaced, making it invisible to GitHub Actions</violation>
</file>

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread workflow_dispatch:
@@ -0,0 +1,27 @@
name: Deploy to Fastly

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: Workflow file is misnamed and misplaced, making it invisible to GitHub Actions

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At workflow_dispatch:, line 1:

<comment>Workflow file is misnamed and misplaced, making it invisible to GitHub Actions</comment>

<file context>
@@ -0,0 +1,27 @@
+name: Deploy to Fastly
+
+on:
</file context>

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.

1 participant