Skip to content

Commit 8d2fb83

Browse files
frantumaclaude
andcommitted
feat: Add workflow_dispatch support and switch to apitools
Add a consolidation step to unify outputs from issue-based and dispatch-based extract steps, so all downstream steps reference a single step ID. PR metadata (title, branch name, closes line) is now derived per trigger type. The failure comment step is skipped for dispatch triggers where no issue exists. Switch API endpoint from repo-tools to the refactored apitools service. Also fixes a ste/ps typo and disables the old import-openapi-to-oak workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 95e0e0b commit 8d2fb83

File tree

2 files changed

+463
-4
lines changed

2 files changed

+463
-4
lines changed

.github/workflows/import-openapi-to-oak.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
name: Import OpenAPI Spec to OAK
1+
name: Import OpenAPI Spec to Public APIs
22

3-
on:
4-
issues:
5-
types: [ opened ]
3+
on: []
64

75
jobs:
86
generate-repo-structure:

0 commit comments

Comments
 (0)