This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new 5cb412236 ci: Enforce compliance check at pr_target
5cb412236 is described below

commit 5cb4122360a1bb2cb98e611e0460bcdb48cfa68d
Author: Szymon Czapracki <[email protected]>
AuthorDate: Thu Nov 27 16:26:37 2025 +0100

    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 23fdfdfbc..36ac32c08 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, labeled, unlabeled]
 
 jobs:
   style_check:

Reply via email to