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 9d7e85565 ci: Trigger CI label workflow on synchronize action
9d7e85565 is described below

commit 9d7e85565b432f68eaefdbfe2d0be4eafc93d683
Author: Szymon Czapracki <[email protected]>
AuthorDate: Mon Nov 24 12:24:10 2025 +0100

    ci: Trigger CI label workflow on synchronize action
    
    Previously this workflow would trigger only on opened PR.
    Force pushes for PR would not re-enable the label.
    Now this workflow will add label in all those situations.
---
 .github/workflows/add_ci_label.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/add_ci_label.yml 
b/.github/workflows/add_ci_label.yml
index 286f07bd8..2785c20d9 100644
--- a/.github/workflows/add_ci_label.yml
+++ b/.github/workflows/add_ci_label.yml
@@ -21,7 +21,7 @@ name: Informative CI status
 
 on:
   pull_request_target:
-    types: [opened, ready_for_review, reopened]
+    types: [opened, ready_for_review, reopened, synchronize]
 
 permissions:
   contents: read

Reply via email to