From 4e016a1bdddac9d85124e7d6f7bae34b7953d037 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 01:10:39 +0000 Subject: [PATCH 1/3] chore(deps): update 8bitjonny/gh-get-current-pr action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fae29d..5411d5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Get current PR id: pr - uses: 8BitJonny/gh-get-current-pr@3.0.0 + uses: 8BitJonny/gh-get-current-pr@4.0.0 with: filterOutClosed: true sha: ${{ github.event.pull_request.head.sha }} From 51e96f9c322ba67412a438a0112ee94eda5e8d68 Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Tue, 9 Sep 2025 01:55:05 +0200 Subject: [PATCH 2/3] chore(ci): upgrade 8BitJonny/gh-get-current-pr to v4 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5411d5c..174c8ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,6 @@ jobs: uses: 8BitJonny/gh-get-current-pr@4.0.0 with: filterOutClosed: true - sha: ${{ github.event.pull_request.head.sha }} release_semantic_dry: needs: prepare_jobs name: Release (semantic, dry) From b8406f4820df2ffda8cf8f9c4eec47854167467b Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Tue, 9 Sep 2025 01:56:38 +0200 Subject: [PATCH 3/3] ci(github): filter out draft pull requests for job optimization --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 174c8ef..5fda9bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: uses: 8BitJonny/gh-get-current-pr@4.0.0 with: filterOutClosed: true + filterOutDraft: true release_semantic_dry: needs: prepare_jobs name: Release (semantic, dry)