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

vernedeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b50d13a46 [INLONG-12086][CI] Upgrade parameters of first interaction 
(#12087)
5b50d13a46 is described below

commit 5b50d13a468a13f981378ad691491b3fba35e012
Author: vernedeng <[email protected]>
AuthorDate: Thu Feb 26 15:42:44 2026 +0800

    [INLONG-12086][CI] Upgrade parameters of first interaction (#12087)
---
 .github/workflows/ci_greeting.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci_greeting.yml 
b/.github/workflows/ci_greeting.yml
index e2219d3f56..cf8c9ec73f 100644
--- a/.github/workflows/ci_greeting.yml
+++ b/.github/workflows/ci_greeting.yml
@@ -18,7 +18,7 @@
 name: InLong Greeting
 
 on:
-  pull_request_target:
+  pull_request:
     types:
       - opened
   issues:
@@ -35,12 +35,13 @@ jobs:
     runs-on: ubuntu-22.04
     steps:
       - uses: actions/first-interaction@v3
+        continue-on-error: true
         with:
-          issue-message: |
+          issue_message: |
             Hello @${{ github.actor }}, thank you for opening your first issue 
in InLong ๐Ÿงก We will respond as soon as possible โณ
             If this is a bug report, please provide screenshots or error logs 
for us to reproduce your issue, so we can do our best to fix it.
             If you have any questions in the meantime, you can also ask us on 
the [InLong Discussions](https://github.com/apache/inlong/discussions) ๐Ÿ”
-          pr-message: |
+          pr_message: |
             Hello @${{ github.actor }}, thank you for submitting a PR to 
InLong ๐Ÿ’– We will respond as soon as possible โณ
             This seems to be your first PR ๐ŸŒ  Please be sure to follow our 
[Contribution 
Guidelines](https://inlong.apache.org/community/how-to-contribute).
             If you have any questions in the meantime, you can also ask us on 
the [InLong Discussions](https://github.com/apache/inlong/discussions) ๐Ÿ”

Reply via email to