Skip to content

Commit

Permalink
Automated developer guide update
Browse files Browse the repository at this point in the history
  • Loading branch information
schutzbot committed Sep 25, 2024
1 parent 89a7067 commit afb789a
Showing 1 changed file with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,17 @@ may not match the tree's policy.
{
"options": {
"additionalProperties": false,
"required": [
"file_contexts"
"anyOf": [
{
"required": [
"file_contexts"
]
},
{
"required": [
"labels"
]
}
],
"properties": {
"file_contexts": {
Expand Down

0 comments on commit afb789a

Please sign in to comment.