Skip to content

Commit 7fa83cd

Browse files
committed
chore(repo): enable auto-apply fixes for self-healing
1 parent e4ec3b3 commit 7fa83cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
main-branch-name: 'master'
4747

4848
- name: Start CI Run
49-
run: npx nx-cloud@next start-ci-run --distribute-on="./.nx/workflows/dynamic-changesets.yaml" --stop-agents-after="e2e"
49+
run: npx nx-cloud@next start-ci-run --auto-apply-fixes="*format:check*,*documentation*" --distribute-on="./.nx/workflows/dynamic-changesets.yaml" --stop-agents-after="e2e"
5050

5151
- name: Install dependencies
5252
run: |

0 commit comments

Comments
 (0)