mirror of
https://github.com/vee1e/tflite-micro.git
synced 2026-09-01 09:51:22 +00:00
Exempt TFLM-bot and dependabot from BUG= check (#3467)
This commit is contained in:
parent
088df4ca7f
commit
c981fbabc4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check_bug_id.yml
vendored
2
.github/workflows/check_bug_id.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
name: Check for BUG=
|
||||
steps:
|
||||
- name: Check for BUG=
|
||||
if: ${{ !contains(github.event.pull_request.body, 'BUG=') }}
|
||||
if: ${{ !contains(github.event.pull_request.body, 'BUG=') && github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.user.login != 'TFLM-bot' }}
|
||||
run: |
|
||||
echo "PR description requires a BUG= line with issue number."
|
||||
echo "See https://testing.googleblog.com/2017/09/code-health-providing-context-with.html for additional context"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue