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-core.git
The following commit(s) were added to refs/heads/master by this push:
new 1bd56d526 ci: Enforce compliance check at pr_target
1bd56d526 is described below
commit 1bd56d52629e6a9fd07fde91f88b2371358ee80f
Author: Szymon Czapracki <[email protected]>
AuthorDate: Thu Nov 27 16:20:25 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/check_compliance.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/check_compliance.yml
b/.github/workflows/check_compliance.yml
index 73293a88a..85636cb1c 100644
--- a/.github/workflows/check_compliance.yml
+++ b/.github/workflows/check_compliance.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: