Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/java/00-discovery/0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- konveyor.io/target=discovery
when:
builtin.filecontent:
pattern: ([0-9]{1,3}\.){3}[0-9]{1,3}
pattern: \b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\b
Comment thread
coderabbitai[bot] marked this conversation as resolved.
filePattern: ".*\\.(java|properties)"
category: mandatory
effort: 1
Expand Down
Loading