Skip to content

Commit

Permalink
docs(main): fix bot config (labring#2976)
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <[email protected]>
  • Loading branch information
cuisongliu committed Apr 23, 2023
1 parent e26332d commit f696a62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/gh-bot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: v1
debug: true
bot:
prefix: /sealos
prefix: /
spe: _
allowOps:
- sealos-ci-robot
Expand All @@ -27,7 +27,6 @@ changelog:
release:
retry: 15s
action: Release
changelog: true
allowOps:
- cuisongliu

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- created
env:
GH_TOKEN: "${{ secrets.GH_PAT }}"
GH_REBOT_VERSION: "v0.0.2"
GH_REBOT_VERSION: "v0.0.3-rc1"
jobs:
comment:
if: startswith(github.event.comment.body, '/')
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_inspect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
push:
branches: ["main"]
paths:
- ".github/workflows/**"
- ".github/workflows/test_inspect.yml"
- "cmd/**"
- "pkg/**"
pull_request:
branches: ["*"]
paths:
- ".github/workflows/**"
- ".github/workflows/test_inspect.yml"
- "cmd/**"
- "pkg/**"

Expand Down

0 comments on commit f696a62

Please sign in to comment.