From e580af11432f8a1be8346dc7adf91aeab6a76f87 Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Thu, 30 Jun 2022 10:39:37 +0200 Subject: [PATCH] Docs Sync CI - Add on-demand trigger (#5695) * Add on-demand trigger * Add doc request template --- .github/ISSUE_TEMPLATE/doc_update.md | 16 ++++++++++++++++ .github/workflows/sync-docs.yml | 1 + 2 files changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/doc_update.md diff --git a/.github/ISSUE_TEMPLATE/doc_update.md b/.github/ISSUE_TEMPLATE/doc_update.md new file mode 100644 index 00000000000..42555899a9d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/doc_update.md @@ -0,0 +1,16 @@ +--- +name: Documentation Request +about: Let us know what our docs can improve +title: '' +labels: 'documentation' +assignees: '' +--- + +**Is some content missing, wrong or not clear?** +A clear and concise description of what the problem is and the source URL. Ex. Page [...] is not clear. + +**Describe the solution you'd like** +Let us know what could help us improve the docs. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index e0c0eedcbf3..2a3bd9f16ed 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -16,6 +16,7 @@ on: branches: [main] paths: - openmetadata-docs/** + workflow_dispatch: jobs: sync-docs: