Skip to content

Commit 81311c7

Browse files
authored
refactor(main): upgrade robot v2.0.0 (#129)
Signed-off-by: cuisongliu <[email protected]>
1 parent 2bb122b commit 81311c7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/bot.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
- created
66
env:
77
GH_TOKEN: "${{ secrets.GH_PAT }}"
8-
GH_REBOT_VERSION: "v0.0.5"
98
jobs:
109
comment:
1110
if: startswith(github.event.comment.body, '/')
@@ -14,9 +13,9 @@ jobs:
1413
- name: Checkout the latest code
1514
uses: actions/checkout@v3
1615
- name: Gh Rebot for Sealos
17-
uses: labring/gh-rebot@v0.0.6
16+
uses: labring/robot@v2.0.0
1817
with:
19-
version: v0.0.7-rc1
18+
version: v2.0.0
2019
env:
2120
SEALOS_TYPE: "/comment"
2221
GH_TOKEN: "${{ secrets.GH_PAT }}"

0 commit comments

Comments
 (0)