From e60d2e00367c8eac144b78aa29fc8066c2c74c3c Mon Sep 17 00:00:00 2001 From: Szymon Czapracki Date: Thu, 27 Nov 2025 16:26:37 +0100 Subject: [PATCH] ci: Enforce compliance check at pr_target Behavior with approving and unlabeling was not preferable. Now this will run on pr_target - meaning as soon as PR is introduced for the repository. This might also help with review process, as contributor will know right away about any style issues. --- .github/workflows/compliance_check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compliance_check.yml b/.github/workflows/compliance_check.yml index 23fdfdfbcd..f12a5bf1cc 100644 --- a/.github/workflows/compliance_check.yml +++ b/.github/workflows/compliance_check.yml @@ -20,8 +20,8 @@ name: Compliance check on: - pull_request: - types: [opened, synchronize, reopened, labeled, unlabeled] + pull_request_target: + types: [opened, synchronize, reopened, synchronize] jobs: style_check: