Skip to content

Commit c981fba

Browse files
authored
Exempt TFLM-bot and dependabot from BUG= check (#3467)
1 parent 088df4c commit c981fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_bug_id.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Check for BUG=
1515
steps:
1616
- name: Check for BUG=
17-
if: ${{ !contains(github.event.pull_request.body, 'BUG=') }}
17+
if: ${{ !contains(github.event.pull_request.body, 'BUG=') && github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.user.login != 'TFLM-bot' }}
1818
run: |
1919
echo "PR description requires a BUG= line with issue number."
2020
echo "See https://testing.googleblog.com/2017/09/code-health-providing-context-with.html for additional context"

0 commit comments

Comments
 (0)