From 1f69ad44505beb08a473b47efad8cdb043482f14 Mon Sep 17 00:00:00 2001 From: Martin Donadieu Date: Wed, 29 Apr 2026 12:47:08 +0200 Subject: [PATCH] fix(ci): allow reusable tests workflow PR read scope --- .github/workflows/bump_version.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bump_version.yml b/.github/workflows/bump_version.yml index 56decec4f0..42cc4dece0 100644 --- a/.github/workflows/bump_version.yml +++ b/.github/workflows/bump_version.yml @@ -19,6 +19,8 @@ jobs: permissions: contents: read actions: write + # The reusable tests workflow declares PR read access for its path filter job. + pull-requests: read # Only bump version and create tag if all tests pass bump-version: