This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 20b380a11a9 Delete .github/workflows/greetings.yml (#17216)
20b380a11a9 is described below
commit 20b380a11a973bdda05c107ec6fb61c80bead51f
Author: Haonan <[email protected]>
AuthorDate: Tue Feb 24 14:27:27 2026 +0800
Delete .github/workflows/greetings.yml (#17216)
---
.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 93cf5ff662c..00000000000
--- 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/[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!'
- pr-message: 'Hi, this is your first pull request in IoTDB project.
Thanks for your contribution! IoTDB will be better because of you.'