From 81311c7d76b5fbedcde0fc408046ed9c036f88c5 Mon Sep 17 00:00:00 2001 From: cuisongliu Date: Sun, 27 Aug 2023 11:30:55 +0800 Subject: [PATCH] refactor(main): upgrade robot v2.0.0 (#129) Signed-off-by: cuisongliu --- .github/workflows/bot.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index ad0178d..3402e4b 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -5,7 +5,6 @@ on: - created env: GH_TOKEN: "${{ secrets.GH_PAT }}" - GH_REBOT_VERSION: "v0.0.5" jobs: comment: if: startswith(github.event.comment.body, '/') @@ -14,9 +13,9 @@ jobs: - name: Checkout the latest code uses: actions/checkout@v3 - name: Gh Rebot for Sealos - uses: labring/gh-rebot@v0.0.6 + uses: labring/robot@v2.0.0 with: - version: v0.0.7-rc1 + version: v2.0.0 env: SEALOS_TYPE: "/comment" GH_TOKEN: "${{ secrets.GH_PAT }}"