From df73e8ebe46c77639ec7ee213066cffcb03ecb22 Mon Sep 17 00:00:00 2001 From: sid palas Date: Thu, 22 May 2025 11:33:53 -0400 Subject: [PATCH 1/5] modify included markdown file --- 02-mechanics-core/filters/included-file.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/02-mechanics-core/filters/included-file.md b/02-mechanics-core/filters/included-file.md index e69de29b..63f83bac 100644 --- a/02-mechanics-core/filters/included-file.md +++ b/02-mechanics-core/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 + - "02-mechanics-core/filters/*.md" + # Exclude txt files + - "!02-mechanics-core/filters/*.txt" +``` From 75f64a805068d7cf201e213789f0a8c8b2fcfd8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CSid?= Date: Mon, 28 Jul 2025 11:02:27 -0400 Subject: [PATCH 2/5] update modified 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 e69de29b..a4175c1c 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 0fc41b9527696bcc589e45518f7737ad970b9079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6rkem=20Utku?= Date: Wed, 12 Aug 2026 12:44:58 +0300 Subject: [PATCH 3/5] Change clone URL in README Updated the repository URL for cloning instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07ef129d..2db3d6ff 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This course is made possible thanks to [namespace.so](https://namespace.so/?utm_ 1. **Clone this repository (including submodules)** ```bash -git clone --recurse-submodules git@github.com:sidpalas/devops-directive-github-actions-course.git +git clone --recurse-submodules https://github.com/GorkemUtku02/devops-directive-github-actions-course ``` 2. **Install DevBox** – DevBox bootstraps all required CLI tools (Go, Node.js, Python, `act`, `task`, `npc`, `civo`, `gh`, `jq`, `yq`, `kubectl`, `kluctl`, ...). From 4f1ae089adbfd805edb265fbd02b798b0e2cb52b Mon Sep 17 00:00:00 2001 From: GorkemUtku02 Date: Fri, 14 Aug 2026 16:59:31 +0300 Subject: [PATCH 4/5] Modify markdown file included in paths filter --- 03-core-features/filters/included-file.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/03-core-features/filters/included-file.md b/03-core-features/filters/included-file.md index a4175c1c..0c606f5d 100644 --- a/03-core-features/filters/included-file.md +++ b/03-core-features/filters/included-file.md @@ -6,4 +6,6 @@ paths: - "03-core-features/filters/*.md" # Exclude txt files - "!03-core-features/filters/*.txt" -``` \ No newline at end of file +``` + +Testing path filter \ No newline at end of file From 3143f6bd5fb39a70589a1a4fae37c6d0591c2209 Mon Sep 17 00:00:00 2001 From: GorkemUtku02 Date: Fri, 14 Aug 2026 17:29:02 +0300 Subject: [PATCH 5/5] Modify text file excluded in paths filter --- 03-core-features/filters/excluded-file.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/03-core-features/filters/excluded-file.txt b/03-core-features/filters/excluded-file.txt index e69de29b..133fb167 100644 --- a/03-core-features/filters/excluded-file.txt +++ b/03-core-features/filters/excluded-file.txt @@ -0,0 +1 @@ +Testing excluded path filter \ No newline at end of file