Skip to content

Commit

Permalink
refactor(main): upgrade robot v2.0.0 (#129)
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <cuisongliu@qq.com>
  • Loading branch information
cuisongliu committed Aug 27, 2023
1 parent 2bb122b commit 81311c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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, '/')
Expand All @@ -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 }}"

0 comments on commit 81311c7

Please sign in to comment.