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 }}"