We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb122b commit 81311c7Copy full SHA for 81311c7
.github/workflows/bot.yml
@@ -5,7 +5,6 @@ on:
5
- created
6
env:
7
GH_TOKEN: "${{ secrets.GH_PAT }}"
8
- GH_REBOT_VERSION: "v0.0.5"
9
jobs:
10
comment:
11
if: startswith(github.event.comment.body, '/')
@@ -14,9 +13,9 @@ jobs:
14
13
- name: Checkout the latest code
15
uses: actions/checkout@v3
16
- name: Gh Rebot for Sealos
17
- uses: labring/gh-rebot@v0.0.6
+ uses: labring/robot@v2.0.0
18
with:
19
- version: v0.0.7-rc1
+ version: v2.0.0
20
21
SEALOS_TYPE: "/comment"
22
0 commit comments