You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/10/05 02:19:48 UTC

[iotdb] branch update-greetings-13 created (now 6907cf5e89)

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

haonan pushed a change to branch update-greetings-13
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 6907cf5e89 upgrade greetings github action to v1.1.0 (#7509)

This branch includes the following new commits:

     new 6907cf5e89 upgrade greetings github action to v1.1.0 (#7509)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: upgrade greetings github action to v1.1.0 (#7509)

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch update-greetings-13
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 6907cf5e897a976e9e68bfa25fd224ff4cd36b1e
Author: Xiangdong Huang <hx...@apache.org>
AuthorDate: Tue Oct 4 23:08:38 2022 +0800

    upgrade greetings github action to v1.1.0 (#7509)
---
 .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/first-interaction@v1.1.0
+      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!'