diff --git a/.github/github-repo-workflow.json b/.github/github-repo-workflow.json index c0e95ea512fa..5bcba4634eea 100644 --- a/.github/github-repo-workflow.json +++ b/.github/github-repo-workflow.json @@ -58,6 +58,11 @@ "deployLabels": [], "healthUrls": [], "relatedRepos": ["code-everywhere"], + "jetbrains": { + "ide": "IntelliJ IDEA", + "openProjectPath": ".", + "scopePreference": "changed_files" + }, "validatedThrough": [], "githubSignals": { "postMerge": { diff --git a/.github/github.json b/.github/github.json index 5789f7b24f7c..29b2e3d2417e 100644 --- a/.github/github.json +++ b/.github/github.json @@ -58,11 +58,6 @@ "deployLabels": [], "healthUrls": [], "relatedRepos": ["code-everywhere"], - "jetbrains": { - "ide": "IntelliJ IDEA", - "openProjectPath": ".", - "scopePreference": "changed_files" - }, "githubSignals": { "postMerge": { "waitForActions": true,