We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b031d commit 686a32eCopy full SHA for 686a32e
1 file changed
.github/workflows/flaky-test-remediation.yml
@@ -183,6 +183,12 @@ jobs:
183
ref: otelbot/flaky-test-remediation-progress
184
path: progress
185
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
+
192
- name: Record attempt
193
if: steps.changes.outputs.committed == 'true'
194
working-directory: progress
0 commit comments