We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09b48b2 + 2b256da commit d624e36Copy full SHA for d624e36
1 file changed
docs/workflows/sdk.mdx
@@ -277,6 +277,7 @@ Action.jira_transition_ticket().ticket_key("KAN-123").status("Done")
277
Action.github_create_pr().repo("org/repo").title("Fix: {{incident.title}}")
278
Action.github_create_issue().repo("org/repo").title("Bug: {{incident.title}}")
279
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
281
Action.github_generate_code_fix().context("{{rca_result.root_cause}}").repo("org/repo")
282
Action.github_trigger_workflow().repo("org/repo").workflow_file("deploy.yml")
283
Action.github_wait_for_run().repo("org/repo").workflow_file("deploy.yml")
0 commit comments