From 2f6215ff8faae7cd47f5e2b8f1de6961e81e4049 Mon Sep 17 00:00:00 2001 From: Vivswan Shah <58091053+Vivswan@users.noreply.github.com> Date: Tue, 21 Jul 2026 18:10:22 -0400 Subject: [PATCH 1/2] Add repo-settings-as-code catalog entry (#6077) Co-authored-by: Vivswan Shah --- src/api/json/catalog.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index f42cb0e64e5..4a72d718d4d 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -6434,6 +6434,12 @@ "fileMatch": ["replit.toml"], "url": "https://www.schemastore.org/replit.json" }, + { + "name": "repo-settings-as-code", + "description": "Declarative GitHub repository settings applied by the repo-settings-as-code action; accepts Probot Settings app files as-is. Documentation: https://github.com/Vivswan/repo-settings-as-code", + "fileMatch": ["**/.github/settings.yml"], + "url": "https://raw.githubusercontent.com/Vivswan/repo-settings-as-code/main/lib/settings.schema.json" + }, { "name": "reposets Configuration", "description": "Configuration for the reposets CLI tool for syncing GitHub repository settings", From 9949ab0f3b3bf7898855e6ef7e3ac36c0e999794 Mon Sep 17 00:00:00 2001 From: Peter Haumer <4391934+phaumer@users.noreply.github.com> Date: Tue, 21 Jul 2026 16:00:37 -0700 Subject: [PATCH 2/2] Added ZAPP schema updates 1.9.0, 1.10.0, 1.10.2 (#6080) --- src/api/json/catalog.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 4a72d718d4d..ab3a96fa966 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -4123,7 +4123,7 @@ "name": "IBM Zapp document", "description": "IBM Z APPlication configuration file for IBM zDevOps development tools such as Z Open Editor", "fileMatch": ["zapp.yaml", "zapp.yml", "zapp.json"], - "url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.8.0.json", + "url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.10.2.json", "versions": { "1.0.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.0.0.json", "1.1.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.1.0.json", @@ -4134,7 +4134,10 @@ "1.5.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.5.0.json", "1.6.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.6.0.json", "1.7.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.7.0.json", - "1.8.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.8.0.json" + "1.8.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.8.0.json", + "1.9.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.9.0.json", + "1.10.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.10.0.json", + "1.10.2": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.10.2.json" } }, {