From aaf0f539133d0fca40352ccf83149a0527081646 Mon Sep 17 00:00:00 2001 From: Gerry Campion Date: Mon, 16 Mar 2026 11:58:40 -0400 Subject: [PATCH] add pull-request perm to check schema markdown --- .github/workflows/check-schema-markdown.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-schema-markdown.yml b/.github/workflows/check-schema-markdown.yml index c0d381f3c..04e684864 100644 --- a/.github/workflows/check-schema-markdown.yml +++ b/.github/workflows/check-schema-markdown.yml @@ -11,6 +11,7 @@ on: - main permissions: contents: read + pull-requests: write jobs: check-schema-markdown: