We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088df4c commit c981fbaCopy full SHA for c981fba
.github/workflows/check_bug_id.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Check for BUG=
15
steps:
16
- name: Check for BUG=
17
- 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' }}
18
run: |
19
echo "PR description requires a BUG= line with issue number."
20
echo "See https://testing.googleblog.com/2017/09/code-health-providing-context-with.html for additional context"
0 commit comments