From 0e3122f2492e7acb573b11469d739b50b04cd00a Mon Sep 17 00:00:00 2001 From: Neelam Somai Date: Sat, 12 Sep 2026 14:32:26 -0700 Subject: [PATCH 1/2] tmp commit --- .../03-core-features--04-triggers-and-filters.yaml | 2 +- .vscode/.c3-extension-settings.json | 1 + devbox.lock | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .vscode/.c3-extension-settings.json diff --git a/.github/workflows/03-core-features--04-triggers-and-filters.yaml b/.github/workflows/03-core-features--04-triggers-and-filters.yaml index d5d72d3b..8124598c 100644 --- a/.github/workflows/03-core-features--04-triggers-and-filters.yaml +++ b/.github/workflows/03-core-features--04-triggers-and-filters.yaml @@ -5,7 +5,7 @@ on: ### https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#push push: branches: - # Filter patterns cheat sheet: + # Filter patterns cheat sheet: check run # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet - "example-branch/*" diff --git a/.vscode/.c3-extension-settings.json b/.vscode/.c3-extension-settings.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/.vscode/.c3-extension-settings.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/devbox.lock b/devbox.lock index caf850b6..93091332 100644 --- a/devbox.lock +++ b/devbox.lock @@ -847,7 +847,7 @@ }, "nodejs_20@latest": { "last_modified": "2025-07-22T02:38:50Z", - "plugin_version": "0.0.2", + "plugin_version": "0.0.4", "resolved": "github:NixOS/nixpkgs/83e677f31c84212343f4cc553bab85c2efcad60a#nodejs_20", "source": "devbox-search", "version": "20.19.4", @@ -928,7 +928,7 @@ }, "poetry@latest": { "last_modified": "2025-07-24T15:00:16Z", - "plugin_version": "0.0.4", + "plugin_version": "0.0.5", "resolved": "github:NixOS/nixpkgs/b74a30dbc0a72e20df07d43109339f780b439291#poetry", "source": "devbox-search", "version": "2.1.3", @@ -993,7 +993,7 @@ }, "python312@latest": { "last_modified": "2025-07-13T22:45:35Z", - "plugin_version": "0.0.4", + "plugin_version": "0.0.5", "resolved": "github:NixOS/nixpkgs/a421ac6595024edcfbb1ef950a3712b89161c359#python312", "source": "devbox-search", "version": "3.12.11", From af2300c0c9831239fcdb483db65a2a0da822b8c5 Mon Sep 17 00:00:00 2001 From: Neelam Somai Date: Sat, 12 Sep 2026 14:36:19 -0700 Subject: [PATCH 2/2] tmp commit in include file for PR --- 03-core-features/filters/included-file.md | 1 + 1 file changed, 1 insertion(+) diff --git a/03-core-features/filters/included-file.md b/03-core-features/filters/included-file.md index e69de29b..fb36de9e 100644 --- a/03-core-features/filters/included-file.md +++ b/03-core-features/filters/included-file.md @@ -0,0 +1 @@ +## Will Run \ No newline at end of file