This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new 5feb69d5 Delete .github/workflows/greetings.yml (#729)
5feb69d5 is described below
commit 5feb69d521aadecbf6443c5f5a00898d1f0cd216
Author: Haonan <[email protected]>
AuthorDate: Tue Feb 24 19:02:50 2026 +0800
Delete .github/workflows/greetings.yml (#729)
---
.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 7c47ee17..00000000
--- 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 the Apache TsFile
project. Thanks for your report. Welcome to join the community!'
- pr-message: 'Hi, this is your first pull request in the Apache TsFile
project. Thanks for your contribution! TsFile will be better because of you.'