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

haonan pushed a commit to branch rel/0.13
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.13 by this push:
     new 42870ae84b upgrade greetings github action to v1.1.0 (#7509) (#7517)
42870ae84b is described below

commit 42870ae84b9151c0f9b6bb33b946bff9ad13ba01
Author: Haonan <[email protected]>
AuthorDate: Thu Oct 6 21:01:18 2022 +0800

    upgrade greetings github action to v1.1.0 (#7509) (#7517)
    
    Co-authored-by: Xiangdong Huang <[email protected]>
---
 .github/workflows/greetings.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml
index 1a90ed063a..23616c4c83 100644
--- a/.github/workflows/greetings.yml
+++ b/.github/workflows/greetings.yml
@@ -6,7 +6,8 @@ jobs:
   greeting:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/first-interaction@v1
+    - uses: actions/[email protected]
+      continue-on-error: true
       with:
         repo-token: ${{ secrets.GITHUB_TOKEN }}
         issue-message: 'Hi, this is your first issue in IoTDB project. Thanks 
for your report. Welcome to join the community!'

Reply via email to