From 82507ba7c863d991e50212ca3f409b428c443e92 Mon Sep 17 00:00:00 2001 From: Adnan Khan Date: Tue, 21 Oct 2025 17:59:41 -0400 Subject: [PATCH] ci: scope down permissions for backwards-compatibility-commenter.yml --- .github/workflows/backwards-compatibility-commenter.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/backwards-compatibility-commenter.yml b/.github/workflows/backwards-compatibility-commenter.yml index c2d5a688df6..6de2997bc3d 100644 --- a/.github/workflows/backwards-compatibility-commenter.yml +++ b/.github/workflows/backwards-compatibility-commenter.yml @@ -7,6 +7,9 @@ on: - 'ace-modes.d.ts' - 'ace-extensions.d.ts' +permissions: + pull-requests: write + jobs: comment: runs-on: ubuntu-latest