From bdb44bf5237ad8c8d92192fc3fdb31de36285001 Mon Sep 17 00:00:00 2001 From: Auston Ivison Date: Wed, 5 Nov 2025 17:51:25 -0700 Subject: [PATCH 1/4] Update path filters documentation in included-file.md --- 03-core-features/filters/included-file.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/03-core-features/filters/included-file.md b/03-core-features/filters/included-file.md index e69de29..a4175c1 100644 --- a/03-core-features/filters/included-file.md +++ b/03-core-features/filters/included-file.md @@ -0,0 +1,9 @@ +This change will trigger a workflow run based on these path filters: + +```yaml +paths: + # include markdown files + - "03-core-features/filters/*.md" + # Exclude txt files + - "!03-core-features/filters/*.txt" +``` \ No newline at end of file From 0eb803902440287520e1e59268ab222cd17a7c13 Mon Sep 17 00:00:00 2001 From: Auston Ivison Date: Thu, 6 Nov 2025 06:00:23 -0700 Subject: [PATCH 2/4] Update path filters documentation in exclueded-file.txt --- 03-core-features/filters/excluded-file.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/03-core-features/filters/excluded-file.txt b/03-core-features/filters/excluded-file.txt index e69de29..02a8701 100644 --- a/03-core-features/filters/excluded-file.txt +++ b/03-core-features/filters/excluded-file.txt @@ -0,0 +1,9 @@ +This change will NOT trigger a workflow run based on these path filters: + +```yaml +paths: + # include markdown files + - "03-core-features/filters/*.md" + # Exclude txt files + - "!03-core-features/filters/*.txt" +``` \ No newline at end of file From db96218866ab80c13e479db37fcb2077e2766cc9 Mon Sep 17 00:00:00 2001 From: Auston Ivison Date: Thu, 6 Nov 2025 06:09:22 -0700 Subject: [PATCH 3/4] empty commit From aca840148389ccc73d188901eae16bdc7c6cd3cd Mon Sep 17 00:00:00 2001 From: Auston Ivison Date: Thu, 6 Nov 2025 06:12:41 -0700 Subject: [PATCH 4/4] empty commit