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

funky-eyes pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git


The following commit(s) were added to refs/heads/2.x by this push:
     new 29ac66d103 refactor: narrow PR trigger paths for native-namingserver 
workflow (#8200)
29ac66d103 is described below

commit 29ac66d10326552aafa2e46db099147feecac380
Author: 徐晓伟 <[email protected]>
AuthorDate: Wed Aug 12 14:55:01 2026 +0800

    refactor: narrow PR trigger paths for native-namingserver workflow (#8200)
---
 .github/workflows/native-namingserver.yml | 13 +------------
 changes/en-us/2.x.md                      |  2 +-
 changes/zh-cn/2.x.md                      |  2 +-
 3 files changed, 3 insertions(+), 14 deletions(-)

diff --git a/.github/workflows/native-namingserver.yml 
b/.github/workflows/native-namingserver.yml
index 5e25b06bf9..37779188ae 100644
--- a/.github/workflows/native-namingserver.yml
+++ b/.github/workflows/native-namingserver.yml
@@ -23,18 +23,7 @@ on:
     branches: [ 2.x, develop, master ]
     paths:
       - '.github/workflows/native-namingserver.yml'
-      - 'build/pom.xml'
-      - 'pom.xml'
-      - 'common/pom.xml'
-      - 'common/src/main/**'
-      - 'console/pom.xml'
-      - 'console/src/main/**'
-      - 'namingserver/pom.xml'
-      - 'namingserver/src/main/**'
-      - 'test-suite/test-native-namingserver/pom.xml'
-      - 'test-suite/test-native-namingserver/src/**'
-      - 'test-suite/test-native-metadata-merge/pom.xml'
-      - 'test-suite/test-native-metadata-merge/src/**'
+      - 'namingserver/src/main/resources/META-INF/native-image/**'
   workflow_call:
     inputs:
       repository:
diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index e382ed6b5e..a7a45c3ada 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -20,7 +20,7 @@ Add changes here for all PR submitted to the 2.x branch.
 
 ### feature:
 
-- [[#8165](https://github.com/apache/incubator-seata/pull/8165)] add GraalVM 
native image build support for seata-namingserver. simplify namingserver 
logback-spring.xml by removing conditional `<if>` logic and LOG_BASH_DIR 
property, always using classpath resources for GraalVM native image 
compatibility
+- 
[[#8165](https://github.com/apache/incubator-seata/pull/8165)]/[[#8200](https://github.com/apache/incubator-seata/pull/8200)]
 add GraalVM native image build support for seata-namingserver
 - [[#8140](https://github.com/apache/incubator-seata/pull/8140)] support 
automatic updated marking after BusinessActionContext modifications
 - [[#8188](https://github.com/apache/incubator-seata/pull/8188)] support 
action status report and TccHook rollback interceptors in Saga annotation mode 
for anti-suspension and empty rollback
 
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index b57182bf4f..3d706473b8 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -20,7 +20,7 @@
 
 ### feature:
 
-- [[#8165](https://github.com/apache/incubator-seata/pull/8165)] 为 
seata-namingserver 添加 GraalVM 原生镜像构建支持。简化 namingserver 的 
logback-spring.xml,移除条件 `<if>` 逻辑和 LOG_BASH_DIR 属性,始终使用 classpath 资源以兼容 GraalVM 
原生镜像
+- 
[[#8165](https://github.com/apache/incubator-seata/pull/8165)]/[[#8200](https://github.com/apache/incubator-seata/pull/8200)]
 为 seata-namingserver 添加 GraalVM 原生镜像构建支持
 - [[#8140](https://github.com/apache/incubator-seata/pull/8140)] 支持在 
BusinessActionContext 变更后自动标记 updated
 - [[#8188](https://github.com/apache/incubator-seata/pull/8188)] Saga 注解模式支持 
action status 上报和 TccHook 回滚切面,增强防悬挂和空回滚能力
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to