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

Ethan-Xingyue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-seata-go.git


The following commit(s) were added to refs/heads/master by this push:
     new ed9ab47e fix: issue robot error (#1112)
ed9ab47e is described below

commit ed9ab47e78dc234d4b186d3dec6149c610d966cb
Author: ThunGuo <[email protected]>
AuthorDate: Sat May 23 17:45:03 2026 +0800

    fix: issue robot error (#1112)
---
 .github/workflows/issue-robot.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/issue-robot.yml 
b/.github/workflows/issue-robot.yml
index bbdfb62d..e90041e5 100644
--- a/.github/workflows/issue-robot.yml
+++ b/.github/workflows/issue-robot.yml
@@ -24,6 +24,7 @@ on:
 
 permissions:
   issues: write
+  pull-requests: write
 
 jobs:
   translate:
@@ -31,6 +32,8 @@ jobs:
     if: github.actor != 'github-actions[bot]'
     steps:
       - uses: actions/github-script@v7
+        env:
+          FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
         with:
           script: |
             const isComment = context.eventName === 'issue_comment';


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

Reply via email to