<!-- Otterdog Comment: validate -->
This is your friendly self-service bot.
Please find below the validation of the requested configuration changes:

<details>
<summary>Diff for {{ sha }}</summary>

```diff
{{ result }}
```

</details>

{% if (warnings is defined) and warnings %}
### Warnings

{% for warning in warnings %}
- {{ warning }}
{% endfor %}

{% for admin_team in admin_teams %}
cc @{{ admin_team }}
{% endfor %}

{% endif %}
