This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch revert-7547-fix_approval in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit ee793096b2b9ede36146e3869b9eb5bbbaaaed3a Author: Haonan <[email protected]> AuthorDate: Sun Oct 9 15:43:11 2022 +0800 Revert "Disable greetings workflow (#7547)" This reverts commit 208c3b6938204bc9f33fe4853bc67ca024afd2d4. --- .github/workflows/greetings.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 0000000000..23616c4c83 --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,14 @@ +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.'
