Skip to content

Commit 686a32e

Browse files
committed
Fix flaky remediation progress commit identity
1 parent 28b031d commit 686a32e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/flaky-test-remediation.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,12 @@ jobs:
183183
ref: otelbot/flaky-test-remediation-progress
184184
path: progress
185185

186+
- name: Use CLA approved bot
187+
if: steps.changes.outputs.committed == 'true'
188+
working-directory: progress
189+
# This is a separate checkout with its own local git config.
190+
run: ../.github/scripts/use-cla-approved-bot.sh
191+
186192
- name: Record attempt
187193
if: steps.changes.outputs.committed == 'true'
188194
working-directory: progress

0 commit comments

Comments
 (0)