Skip to content

Commit 0de22a3

Browse files
meysholdtona-agent
andcommitted
Make PR verification section dynamic based on actual checks run
Co-authored-by: Ona <no-reply@ona.com>
1 parent d411dee commit 0de22a3

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.ona/fix-codescan-alert.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,4 @@ action:
8181
8282
## Verification
8383
84-
- [x] `./mvnw compile test` passes
85-
- [x] Fix is minimal and preserves existing behavior
84+
<List each build, test, and lint command that was run and its outcome.>

.ona/fix-dependabot-alert.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ action:
8383
8484
## Verification
8585
86-
- [x] `./mvnw compile test` passes
87-
- [x] `./mvnw dependency:tree` confirms vulnerable version is removed
88-
- [x] Upgrade is minimal and preserves existing behavior
86+
<List each build, test, and lint command that was run and its outcome.
87+
For dependency upgrades, state how you confirmed the vulnerable version
88+
is no longer in the resolved dependency tree.>

0 commit comments

Comments
 (0)