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

Allow #skip-bb as shorthand for #skip-bugbot (#2274)

Add support for using #skip-bb in PR descriptions to skip BugBot reviews, in addition to the existing #skip-bugbot tag. Co-authored-by: 's avatarClaude Opus 4.5 <noreply@anthropic.com>
上级 e4580ba8
...@@ -12,7 +12,8 @@ jobs: ...@@ -12,7 +12,8 @@ jobs:
(github.event.pull_request.user.login == 'wwwillchen' || (github.event.pull_request.user.login == 'wwwillchen' ||
github.event.pull_request.user.login == 'azizmejri1' || github.event.pull_request.user.login == 'azizmejri1' ||
github.event.pull_request.user.login == 'princeaden1') && github.event.pull_request.user.login == 'princeaden1') &&
!contains(github.event.pull_request.body, '#skip-bugbot') !contains(github.event.pull_request.body, '#skip-bugbot') &&
!contains(github.event.pull_request.body, '#skip-bb')
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
pull-requests: write pull-requests: write
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论