Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
12 changes: 8 additions & 4 deletions .github/github-repo-workflow.json → .github/github.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@
"inspection": {
"tool": "jetbrains",
"ide": "PyCharm",
"scopePreference": ["changed_files", "directory", "whole_project"]
"scopePreference": [
"changed_files",
"directory",
"whole_project"
]
},
"docsRequiredWhen": [
"behavior changes",
Expand All @@ -49,7 +53,9 @@
"PyCharm generation changes"
]
},
"importantWorkflows": ["CI"],
"importantWorkflows": [
"CI"
],
"qaLabels": [],
"deployLabels": [],
"healthUrls": [],
Expand All @@ -61,7 +67,6 @@
"odoo-tenant-opw",
"launchplane"
],
"validatedThrough": ["odoo-tenant-cm", "odoo-tenant-opw"],
"githubSignals": {
"postMerge": {
"waitForActions": true,
Expand Down Expand Up @@ -91,7 +96,6 @@
"primary commands change",
"important workflows change",
"repo relationship changes",
"validated-through repos change",
"cleanup policy changes",
"ownership boundaries change",
"workspace manifest contract changes",
Expand Down
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ into the generated workspace root.

## Validation

- Use [`.github/github-repo-workflow.json`](.github/github-repo-workflow.json)
- Use [`.github/github.json`](.github/github.json)
for validation commands and quality gates.
- For workspace-surface changes, also run a live `workspace sync` against the
current proof manifest and inspect the generated root files, including
Expand Down