From 5caafa0fab3932c8516943a3fdcd6a9385d87ba0 Mon Sep 17 00:00:00 2001 From: Rafal Krysiak Date: Mon, 7 Jul 2025 19:54:52 +0200 Subject: [PATCH 1/5] Add support for pull request creation Supports reviewers, assignees and draft PRs. --- .github/workflows/call-platformos-check.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/call-platformos-check.yaml diff --git a/.github/workflows/call-platformos-check.yaml b/.github/workflows/call-platformos-check.yaml new file mode 100644 index 0000000..475324d --- /dev/null +++ b/.github/workflows/call-platformos-check.yaml @@ -0,0 +1,13 @@ +name: Run platformos-check on Liquid files +on: + push: + paths-ignore: + - '**/README.md' + pull_request: + paths-ignore: + - '**/README.md' + workflow_dispatch: + +jobs: + run-platformos-check: + uses: Platform-OS/gh-workflows/.github/workflows/run_platformos_check_reusable.yml@main From a26a487138cd17df5489f1e6504f5c7ac68e906a Mon Sep 17 00:00:00 2001 From: Rafal Krysiak Date: Mon, 7 Jul 2025 21:20:49 +0200 Subject: [PATCH 2/5] add an input variable to set docker_workspace in reusable workflow in some projects we need to run platformos-check on files inside of public/ directory --- .github/workflows/call-platformos-check.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/call-platformos-check.yaml b/.github/workflows/call-platformos-check.yaml index 475324d..7ff0f82 100644 --- a/.github/workflows/call-platformos-check.yaml +++ b/.github/workflows/call-platformos-check.yaml @@ -11,3 +11,5 @@ on: jobs: run-platformos-check: uses: Platform-OS/gh-workflows/.github/workflows/run_platformos_check_reusable.yml@main + with: + docker_workspace: public/ From 0ae4814571c405618c7d3c5031d21013b4f589d7 Mon Sep 17 00:00:00 2001 From: Rafal Krysiak Date: Mon, 7 Jul 2025 21:31:18 +0200 Subject: [PATCH 3/5] add an input variable to set docker_workspace in reusable workflow in some projects we need to run platformos-check on files inside of public/ directory --- .github/workflows/call-platformos-check.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/call-platformos-check.yaml b/.github/workflows/call-platformos-check.yaml index 7ff0f82..3f368de 100644 --- a/.github/workflows/call-platformos-check.yaml +++ b/.github/workflows/call-platformos-check.yaml @@ -12,4 +12,5 @@ jobs: run-platformos-check: uses: Platform-OS/gh-workflows/.github/workflows/run_platformos_check_reusable.yml@main with: + # Adding an input variable to set docker_workspace in reusable workflow docker_workspace: public/ From e6c368aadd55692014cba3ac1b7f157fb05022af Mon Sep 17 00:00:00 2001 From: Rafal Krysiak Date: Mon, 7 Jul 2025 21:37:33 +0200 Subject: [PATCH 4/5] add an input variable to set docker_workspace in reusable workflow in some projects we need to run platformos-check on files inside of public/ directory --- .github/workflows/call-platformos-check.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/call-platformos-check.yaml b/.github/workflows/call-platformos-check.yaml index 3f368de..f93ab54 100644 --- a/.github/workflows/call-platformos-check.yaml +++ b/.github/workflows/call-platformos-check.yaml @@ -12,5 +12,4 @@ jobs: run-platformos-check: uses: Platform-OS/gh-workflows/.github/workflows/run_platformos_check_reusable.yml@main with: - # Adding an input variable to set docker_workspace in reusable workflow - docker_workspace: public/ + docker_workspace: public From 681ff35d96889dd55646c672aa2003e33e82ccc4 Mon Sep 17 00:00:00 2001 From: Rafal Krysiak Date: Mon, 7 Jul 2025 21:53:57 +0200 Subject: [PATCH 5/5] add an input variable to set docker_workspace in reusable workflow in some projects we need to run platformos-check on files inside of public/ directory --- .github/workflows/call-platformos-check.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/call-platformos-check.yaml b/.github/workflows/call-platformos-check.yaml index f93ab54..0fada6f 100644 --- a/.github/workflows/call-platformos-check.yaml +++ b/.github/workflows/call-platformos-check.yaml @@ -12,4 +12,5 @@ jobs: run-platformos-check: uses: Platform-OS/gh-workflows/.github/workflows/run_platformos_check_reusable.yml@main with: + # Adding an input variable to set docker_workspace in reusable workflow docker_workspace: public