Skip to content

Commit

Permalink
Merge pull request #1171 from joepvd/fix-validator-okd-alignment
Browse files Browse the repository at this point in the history
Add allowed property to accommodate 5768
  • Loading branch information
openshift-merge-bot[bot] authored Dec 3, 2024
2 parents 4a01b4e + e80e84e commit 14ada8b
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,12 @@
"minLength": 1
}
}

},
"run_if_changed": {
"type": "string",
"minLength": 1,
"description": "Regular expression of file paths that trigger the okd alignment"
}

},
"additionalProperties": false
},
Expand Down

0 comments on commit 14ada8b

Please sign in to comment.