diff --git a/.github/gh-bot.yml b/.github/gh-bot.yml index db5d4f0b6a6..c340dc1edd0 100644 --- a/.github/gh-bot.yml +++ b/.github/gh-bot.yml @@ -1,7 +1,7 @@ version: v1 debug: true bot: - prefix: /sealos + prefix: / spe: _ allowOps: - sealos-ci-robot @@ -27,7 +27,6 @@ changelog: release: retry: 15s action: Release - changelog: true allowOps: - cuisongliu diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index 6b1f23a87c1..18878ed70a4 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -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, '/') diff --git a/.github/workflows/test_inspect.yml b/.github/workflows/test_inspect.yml index 8f75d3dd57a..53d5bf7fe88 100644 --- a/.github/workflows/test_inspect.yml +++ b/.github/workflows/test_inspect.yml @@ -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/**"