Doc Holiday Action v3.0.0
Breaking Changes
- Renamed Work States API to Conversations API: endpoint moved from
/api/v1/work_states/to/api/v1/conversations/ - TypeScript types renamed:
WorkStateRequest/WorkStateResponse/WorkStateEntry→ConversationRequest/ConversationResponse/ConversationEntry - Action output descriptions and log messages now refer to "conversation" instead of "work state"
Migration
Update your workflow from @v2 to @v3:
uses: sandgardenhq/doc-holiday-action@v3
with:
api-token: ${{ secrets.DOC_HOLIDAY_TOKEN }}
body: "Your documentation request"Inputs and output names are unchanged from v2 — only the underlying API endpoint and internal naming have changed.