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/09 03:27:24 UTC

[iotdb] 01/01: Disable greetings workflow

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

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

commit acc2e6249b2ff2a8e6960f5db106051ae51bdd2c
Author: HTHou <hh...@outlook.com>
AuthorDate: Sun Oct 9 11:26:03 2022 +0800

    Disable greetings workflow
---
 .github/workflows/greetings.yml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml
deleted file mode 100644
index 23616c4c83..0000000000
--- a/.github/workflows/greetings.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-name: Greetings
-
-on: [issues, pull_request_target]
-
-jobs:
-  greeting:
-    runs-on: ubuntu-latest
-    steps:
-    - 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!'
-        pr-message: 'Hi, this is your first pull request in IoTDB project. Thanks for your contribution! IoTDB will be better because of you.'