Unverified 提交 d4072907 authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

Allow skipping bug bot with #skip-bugbot for PR description (#2204)

上级 96ad6a72
...@@ -8,6 +8,7 @@ jobs: ...@@ -8,6 +8,7 @@ jobs:
trigger-bugbot: trigger-bugbot:
environment: ai-bots environment: ai-bots
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ !contains(github.event.pull_request.body, '#skip-bugbot') }}
permissions: permissions:
pull-requests: write pull-requests: write
steps: steps:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论