From 710353a9a9361a344ce84fc55ee6c28b5a71c3b3 Mon Sep 17 00:00:00 2001 From: brostosjoined Date: Fri, 30 May 2025 13:32:27 +0300 Subject: [PATCH] . --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59dba80..3a166f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,8 +43,8 @@ jobs: - name: Apply Version Metadata run: | - echo "Python files found in the repository:" - find . -type f -name "*.py" + echo "Python files changed in PR:" + git diff --name-only origin/${{ github.base_ref }}..origin/${{ github.head_ref }} | grep ".py$" python test/auto_apply_version_metadata.py $(git log --pretty=format:'%h' -n 1) - name: Commit Version Metadata