We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4e488 commit a78f1a7Copy full SHA for a78f1a7
.github/prompts/fix-pr-ci-failures.md
@@ -77,9 +77,9 @@ Do not stop a given execution until you have worked through all phases below.
77
- For each failed task:
78
- Analyze the failure
79
- Implement the fix
80
- - For spotless failures: `./gradlew spotlessApply` to auto-fix formatting issues
81
- - **Test loc
82
- ally before committing**:
+ - To fix spotless failures: Run `./gradlew :<failed-module-path>:spotlessApply`
+ - **Test locally before committing**:
+ - For markdown lint failures: `mise run lint:markdown`
83
- For compilation errors: `./gradlew <failed-task-path>`
84
- For test failures: `./gradlew <failed-test-task>`
85
- Verify the fix resolves the issue
0 commit comments