Skip to content

Commit d624e36

Browse files
authored
Merge pull request #53 from KestrelAI/add-kubectl-workflow-block
docs: add Action.github_analyze_push() to SDK reference
2 parents 09b48b2 + 2b256da commit d624e36

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/workflows/sdk.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ Action.jira_transition_ticket().ticket_key("KAN-123").status("Done")
277277
Action.github_create_pr().repo("org/repo").title("Fix: {{incident.title}}")
278278
Action.github_create_issue().repo("org/repo").title("Bug: {{incident.title}}")
279279
Action.github_investigate_code().query("{{rca_result.root_cause}}").repo("org/repo")
280+
Action.github_analyze_push().repo("org/repo").head_sha("{{signal.commit_sha}}") # Determine affected services from push
280281
Action.github_generate_code_fix().context("{{rca_result.root_cause}}").repo("org/repo")
281282
Action.github_trigger_workflow().repo("org/repo").workflow_file("deploy.yml")
282283
Action.github_wait_for_run().repo("org/repo").workflow_file("deploy.yml")

0 commit comments

Comments
 (0)