chore: add generated OAS and Typedoc output to automated PRs (#8054)

* chore: add generated OAS output to automated PR

* add typedoc json output
This commit is contained in:
Shahed Nasser
2024-07-11 19:17:37 +03:00
committed by GitHub
parent d8f58774df
commit eebae37287
2 changed files with 4 additions and 1 deletions

View File

@@ -56,7 +56,9 @@ jobs:
base: "develop"
title: "chore(docs): Updated API Reference (v2)"
labels: "type: chore"
add-paths: www/apps/api-reference/specs
add-paths: |
www/apps/api-reference/specs
www/utils/generated/oas-output
branch: "docs/generate-api-ref"
branch-suffix: "timestamp"
ui:

View File

@@ -92,6 +92,7 @@ jobs:
add-paths: |
www/apps/resources/references/**
www/apps/resources/generated/**
www/utils/generated/typedoc-json-output
branch: "docs/generate-reference"
branch-suffix: "timestamp"
body: ${{ steps.pr-message.outputs.body }}