Skip to content

Commit 4e9e65c

Browse files
chore: sync Mergify scopes Schema files (#887)
Synchronizing Mergify scopes Schema files. This PR is automatically generated by the [schemas-sync](https://github.com/Mergifyio/dashboard-ui/actions/workflows/schemas-sync.yml) workflow.
1 parent b5cf5d3 commit 4e9e65c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mergify_cli/ci/scopes/config/scopes.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616

1717
class FileFilters(pydantic.BaseModel):
18+
# NOTE(sileht): we must be explicit as mergify-cli parent object use
19+
# extra=ignore
1820
model_config = pydantic.ConfigDict(extra="forbid")
1921

2022
include: tuple[str, ...] = pydantic.Field(
@@ -36,6 +38,8 @@ class FileFilters(pydantic.BaseModel):
3638

3739

3840
class SourceFiles(pydantic.BaseModel):
41+
# NOTE(sileht): we must be explicit as mergify-cli parent object use
42+
# extra=ignore
3943
model_config = pydantic.ConfigDict(extra="forbid")
4044

4145
files: dict[ScopeName, FileFilters] = pydantic.Field(
@@ -48,6 +52,8 @@ class SourceFiles(pydantic.BaseModel):
4852

4953

5054
class SourceManual(pydantic.BaseModel):
55+
# NOTE(sileht): we must be explicit as mergify-cli parent object use
56+
# extra=ignore
5157
model_config = pydantic.ConfigDict(extra="forbid")
5258

5359
manual: None = pydantic.Field(

0 commit comments

Comments
 (0)