From 32a5de6e745959641d1a2582dc9a14e5067aea43 Mon Sep 17 00:00:00 2001 From: Martin Helmich Date: Fri, 17 Jul 2026 16:08:38 +0200 Subject: [PATCH] [BUGFIX] Disable workflow running on PR review events These don't work as intended, as they're not running with the required write access tokens. --- .github/workflows/check-approvals.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/check-approvals.yml b/.github/workflows/check-approvals.yml index 3f3509c..9cbe9db 100644 --- a/.github/workflows/check-approvals.yml +++ b/.github/workflows/check-approvals.yml @@ -28,8 +28,6 @@ on: branches: - main types: [opened, reopened, synchronize, labeled, unlabeled] - pull_request_review: - types: [submitted, dismissed, edited] jobs: check-approvals: