Skip to content

Commit baedb23

Browse files
authored
Fix flaky remediation workflow (open-telemetry#18662)
1 parent dba5afd commit baedb23

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)