This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch HTHou-patch-1 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit b2f9c66be3a1340854e7e0dff89d6cdacb53c4c4 Author: Haonan <[email protected]> AuthorDate: Tue Feb 24 14:18:55 2026 +0800 Delete .github/workflows/greetings.yml --- .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.'
