From fceb87736ed77ea09e58bf12e3c25a7947cb050a Mon Sep 17 00:00:00 2001 From: Ajitomi Daisuke Date: Sat, 23 Aug 2025 08:44:06 +0900 Subject: [PATCH 1/2] base: add mdc to documentation CI. --- .github/workflows/ci.yml | 2 ++ .github/workflows/ci_browser.yml | 2 ++ .github/workflows/ci_bun.yml | 2 ++ .github/workflows/ci_cloudflare.yml | 2 ++ .github/workflows/ci_docs.yml | 4 +++- .github/workflows/ci_node.yml | 2 ++ 6 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff6a90163c..caa78212c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,10 +5,12 @@ on: branches: [main] paths-ignore: - "**/*.md" + - "**/*.mdc" pull_request: branches: [main] paths-ignore: - "**/*.md" + - "**/*.mdc" permissions: contents: read diff --git a/.github/workflows/ci_browser.yml b/.github/workflows/ci_browser.yml index f8779d1253..e2734722ee 100644 --- a/.github/workflows/ci_browser.yml +++ b/.github/workflows/ci_browser.yml @@ -5,10 +5,12 @@ on: branches: [main] paths-ignore: - "**/*.md" + - "**/*.mdc" pull_request: branches: [main] paths-ignore: - "**/*.md" + - "**/*.mdc" permissions: contents: read diff --git a/.github/workflows/ci_bun.yml b/.github/workflows/ci_bun.yml index 96ddd18d99..984f6c1e05 100644 --- a/.github/workflows/ci_bun.yml +++ b/.github/workflows/ci_bun.yml @@ -5,10 +5,12 @@ on: branches: [main] paths-ignore: - "**/*.md" + - "**/*.mdc" pull_request: branches: [main] paths-ignore: - "**/*.md" + - "**/*.mdc" permissions: contents: read diff --git a/.github/workflows/ci_cloudflare.yml b/.github/workflows/ci_cloudflare.yml index ea8c5d9c27..bb038b85ce 100644 --- a/.github/workflows/ci_cloudflare.yml +++ b/.github/workflows/ci_cloudflare.yml @@ -5,10 +5,12 @@ on: branches: [main] paths-ignore: - "**/*.md" + - "**/*.mdc" pull_request: branches: [main] paths-ignore: - "**/*.md" + - "**/*.mdc" permissions: contents: read diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index bc5d21c667..d2e8cac6b4 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -1,14 +1,16 @@ -name: Markdown CI +name: Documentation CI on: push: branches: [main] paths: - "**/*.md" + - "**/*.mdc" pull_request: branches: [main] paths: - "**/*.md" + - "**/*.mdc" permissions: contents: read diff --git a/.github/workflows/ci_node.yml b/.github/workflows/ci_node.yml index 1e48873b0c..c8dba1e465 100644 --- a/.github/workflows/ci_node.yml +++ b/.github/workflows/ci_node.yml @@ -5,10 +5,12 @@ on: branches: [main] paths-ignore: - "**/*.md" + - "**/*.mdc" pull_request: branches: [main] paths-ignore: - "**/*.md" + - "**/*.mdc" jobs: # Check changed files to determine which package tests to run From a86c3066428816803a644c83fa36eb28fa1e4437 Mon Sep 17 00:00:00 2001 From: Ajitomi Daisuke Date: Sat, 23 Aug 2025 10:16:50 +0900 Subject: [PATCH 2/2] base: fix lint error. --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- .github/ISSUE_TEMPLATE/feature_request.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9107b8d572..946fb26dce 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,9 @@ --- name: Bug report about: Create a report to help us improve -title: '' -labels: '' -assignees: '' +title: "" +labels: "" +assignees: "" --- ## Describe the bug diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 5c01bf2599..751ea62a7a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,9 @@ --- name: Feature request about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' +title: "" +labels: "" +assignees: "" --- ## Is your feature request related to a problem? Please describe.