From 3e0d57bc3219fb950f8f5ce9dcc41ba5df86dc25 Mon Sep 17 00:00:00 2001 From: Gabriel Horner Date: Wed, 21 Jan 2026 14:16:38 -0500 Subject: [PATCH] chore: prefix deps workflows with 'deps-' to organize workflow files better --- .github/workflows/{cli.yml => deps-cli.yml} | 4 ++-- .github/workflows/{logseq-common.yml => deps-common.yml} | 4 ++-- .github/workflows/{db.yml => deps-db.yml} | 4 ++-- .github/workflows/{graph-parser.yml => deps-graph-parser.yml} | 4 ++-- .github/workflows/{outliner.yml => deps-outliner.yml} | 4 ++-- .github/workflows/{publishing.yml => deps-publishing.yml} | 4 ++-- deps/cli/README.md | 2 +- deps/common/README.md | 2 +- deps/db/README.md | 2 +- deps/graph-parser/README.md | 2 +- deps/outliner/README.md | 2 +- deps/publishing/README.md | 2 +- 12 files changed, 18 insertions(+), 18 deletions(-) rename .github/workflows/{cli.yml => deps-cli.yml} (98%) rename .github/workflows/{logseq-common.yml => deps-common.yml} (96%) rename .github/workflows/{db.yml => deps-db.yml} (96%) rename .github/workflows/{graph-parser.yml => deps-graph-parser.yml} (96%) rename .github/workflows/{outliner.yml => deps-outliner.yml} (96%) rename .github/workflows/{publishing.yml => deps-publishing.yml} (96%) diff --git a/.github/workflows/cli.yml b/.github/workflows/deps-cli.yml similarity index 98% rename from .github/workflows/cli.yml rename to .github/workflows/deps-cli.yml index 5620546818..a7d6c0d0d0 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/deps-cli.yml @@ -7,7 +7,7 @@ on: branches: [master] paths: - 'deps/cli/**' - - '.github/workflows/cli.yml' + - '.github/workflows/deps-cli.yml' - '!deps/cli/**.md' # Deps that logseq/cli depends on should trigger this workflow - 'deps/outliner/**' @@ -18,7 +18,7 @@ on: branches: [master] paths: - 'deps/cli/**' - - '.github/workflows/cli.yml' + - '.github/workflows/deps-cli.yml' - '!deps/cli/**.md' # Deps that logseq/cli depends on should trigger this workflow - 'deps/outliner/**' diff --git a/.github/workflows/logseq-common.yml b/.github/workflows/deps-common.yml similarity index 96% rename from .github/workflows/logseq-common.yml rename to .github/workflows/deps-common.yml index 28c3d2da2a..62951543d5 100644 --- a/.github/workflows/logseq-common.yml +++ b/.github/workflows/deps-common.yml @@ -6,13 +6,13 @@ on: branches: [master] paths: - 'deps/common/**' - - '.github/workflows/logseq-common.yml' + - '.github/workflows/deps-common.yml' - '!deps/common/**.md' pull_request: branches: [master] paths: - 'deps/common/**' - - '.github/workflows/logseq-common.yml' + - '.github/workflows/deps-common.yml' - '!deps/common/**.md' defaults: diff --git a/.github/workflows/db.yml b/.github/workflows/deps-db.yml similarity index 96% rename from .github/workflows/db.yml rename to .github/workflows/deps-db.yml index 1a9ad9e2eb..14f5d4c8e2 100644 --- a/.github/workflows/db.yml +++ b/.github/workflows/deps-db.yml @@ -6,7 +6,7 @@ on: branches: [master] paths: - 'deps/db/**' - - '.github/workflows/db.yml' + - '.github/workflows/deps-db.yml' - '!deps/db/**.md' # Deps that logseq/db depends on should trigger this workflow - 'deps/common/**' @@ -14,7 +14,7 @@ on: branches: [master] paths: - 'deps/db/**' - - '.github/workflows/db.yml' + - '.github/workflows/deps-db.yml' - '!deps/db/**.md' # Deps that logseq/db depends on should trigger this workflow - 'deps/common/**' diff --git a/.github/workflows/graph-parser.yml b/.github/workflows/deps-graph-parser.yml similarity index 96% rename from .github/workflows/graph-parser.yml rename to .github/workflows/deps-graph-parser.yml index 1e02d6a751..101ccdeb61 100644 --- a/.github/workflows/graph-parser.yml +++ b/.github/workflows/deps-graph-parser.yml @@ -7,7 +7,7 @@ on: branches: [master] paths: - 'deps/graph-parser/**' - - '.github/workflows/graph-parser.yml' + - '.github/workflows/deps-graph-parser.yml' - '!deps/graph-parser/**.md' # Deps that logseq/graph-parser depends on should trigger this workflow - 'deps/db/**' @@ -16,7 +16,7 @@ on: branches: [master] paths: - 'deps/graph-parser/**' - - '.github/workflows/graph-parser.yml' + - '.github/workflows/deps-graph-parser.yml' - '!deps/graph-parser/**.md' # Deps that logseq/graph-parser depends on should trigger this workflow - 'deps/db/**' diff --git a/.github/workflows/outliner.yml b/.github/workflows/deps-outliner.yml similarity index 96% rename from .github/workflows/outliner.yml rename to .github/workflows/deps-outliner.yml index f3f154c78b..34d13a400b 100644 --- a/.github/workflows/outliner.yml +++ b/.github/workflows/deps-outliner.yml @@ -7,7 +7,7 @@ on: branches: [master] paths: - 'deps/outliner/**' - - '.github/workflows/outliner.yml' + - '.github/workflows/deps-outliner.yml' - '!deps/outliner/**.md' # Deps that logseq/outliner depends on should trigger this workflow - 'deps/graph-parser/**' @@ -17,7 +17,7 @@ on: branches: [master] paths: - 'deps/outliner/**' - - '.github/workflows/outliner.yml' + - '.github/workflows/deps-outliner.yml' - '!deps/outliner/**.md' # Deps that logseq/outliner depends on should trigger this workflow - 'deps/graph-parser/**' diff --git a/.github/workflows/publishing.yml b/.github/workflows/deps-publishing.yml similarity index 96% rename from .github/workflows/publishing.yml rename to .github/workflows/deps-publishing.yml index b4dc6e3dec..71524edc83 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/deps-publishing.yml @@ -7,7 +7,7 @@ on: branches: [master] paths: - 'deps/publishing/**' - - '.github/workflows/publishing.yml' + - '.github/workflows/deps-publishing.yml' - '!deps/publishing/**.md' # Deps that logseq/publishing depends on should trigger this workflow - 'deps/db/**' @@ -16,7 +16,7 @@ on: branches: [master] paths: - 'deps/publishing/**' - - '.github/workflows/publishing.yml' + - '.github/workflows/deps-publishing.yml' - '!deps/publishing/**.md' # Deps that logseq/publishing depends on should trigger this workflow - 'deps/db/**' diff --git a/deps/cli/README.md b/deps/cli/README.md index 6488653710..20cde05865 100644 --- a/deps/cli/README.md +++ b/deps/cli/README.md @@ -167,7 +167,7 @@ Most of this library is also compatible with ClojureScript for use on the frontend. This library follows the practices that [the Logseq frontend follows](/docs/dev-practices.md). Most of the same linters are used, with configurations that are specific to this library. See [this library's CI -file](/.github/workflows/cli.yml) for linting examples. +file](/.github/workflows/deps-cli.yml) for linting examples. ### Setup diff --git a/deps/common/README.md b/deps/common/README.md index 4fe37aa251..452432c630 100644 --- a/deps/common/README.md +++ b/deps/common/README.md @@ -16,7 +16,7 @@ This library is under the parent namespace `logseq.common`. This follows the practices that [the Logseq frontend follows](/docs/dev-practices.md). Most of the same linters are used, with configurations that are specific to this library. See [this library's CI -file](/.github/workflows/logseq-common.yml) for linting examples. +file](/.github/workflows/deps-common.yml) for linting examples. ### Setup diff --git a/deps/db/README.md b/deps/db/README.md index 5c9701d6db..7bcd3f73d9 100644 --- a/deps/db/README.md +++ b/deps/db/README.md @@ -27,7 +27,7 @@ See the frontend for example usage. This follows the practices that [the Logseq frontend follows](/docs/dev-practices.md). Most of the same linters are used, with configurations that are specific to this library. See [this library's CI -file](/.github/workflows/db.yml) for linting examples. +file](/.github/workflows/deps-db.yml) for linting examples. ### Setup diff --git a/deps/graph-parser/README.md b/deps/graph-parser/README.md index 616c7c0db9..e06f9593e3 100644 --- a/deps/graph-parser/README.md +++ b/deps/graph-parser/README.md @@ -27,7 +27,7 @@ usage. This follows the practices that [the Logseq frontend follows](/docs/dev-practices.md). Most of the same linters are used, with configurations that are specific to this library. See [this library's CI -file](/.github/workflows/graph-parser.yml) for linting examples. +file](/.github/workflows/deps-graph-parser.yml) for linting examples. ### Setup diff --git a/deps/outliner/README.md b/deps/outliner/README.md index 3aac669f5a..e8fab623bd 100644 --- a/deps/outliner/README.md +++ b/deps/outliner/README.md @@ -19,7 +19,7 @@ See the frontend for cljs usage. This follows the practices that [the Logseq frontend follows](/docs/dev-practices.md). Most of the same linters are used, with configurations that are specific to this library. See [this library's CI -file](/.github/workflows/outliner.yml) for linting examples. +file](/.github/workflows/deps-outliner.yml) for linting examples. ### Setup diff --git a/deps/publishing/README.md b/deps/publishing/README.md index cb26eb0a9a..5e160955ae 100644 --- a/deps/publishing/README.md +++ b/deps/publishing/README.md @@ -21,7 +21,7 @@ See `script/publishing.cljs` for a CLI example. See the frontend for cljs usage. This follows the practices that [the Logseq frontend follows](/docs/dev-practices.md). Most of the same linters are used, with configurations that are specific to this library. See [this library's CI -file](/.github/workflows/publishing.yml) for linting examples. +file](/.github/workflows/deps-publishing.yml) for linting examples. ### Setup