Skip to content

Commit a78f1a7

Browse files
committed
Update prompt with spotless and markdown lint instructions
1 parent 4c4e488 commit a78f1a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/prompts/fix-pr-ci-failures.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Do not stop a given execution until you have worked through all phases below.
7777
- For each failed task:
7878
- Analyze the failure
7979
- Implement the fix
80-
- For spotless failures: `./gradlew spotlessApply` to auto-fix formatting issues
81-
- **Test loc
82-
ally before committing**:
80+
- To fix spotless failures: Run `./gradlew :<failed-module-path>:spotlessApply`
81+
- **Test locally before committing**:
82+
- For markdown lint failures: `mise run lint:markdown`
8383
- For compilation errors: `./gradlew <failed-task-path>`
8484
- For test failures: `./gradlew <failed-test-task>`
8585
- Verify the fix resolves the issue

0 commit comments

Comments
 (0)