This is an automated email from the ASF dual-hosted git repository. hxd pushed a commit to branch update-greetings in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 58ce04757a21091332c9d72c89ed60e8f50f546e Author: xiangdong huang <[email protected]> AuthorDate: Mon Oct 3 10:48:14 2022 +0800 upgrade greetings github action to v1.1.0 --- .github/workflows/greetings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 1a90ed063a..bde8a05ace 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -6,7 +6,7 @@ jobs: greeting: runs-on: ubuntu-latest steps: - - uses: actions/first-interaction@v1 + - uses: actions/[email protected] 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!'
