From fdee8877e24d0a5734fea0b002523dc439fe157c Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Fri, 23 Jan 2026 12:03:32 +0000 Subject: [PATCH] ci(release): Fix changelog-preview permissions The changelog-preview reusable workflow now requires `statuses: write` permission to function correctly with GitHub App installations that declare permissions statically. --- .github/workflows/changelog-preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/changelog-preview.yml b/.github/workflows/changelog-preview.yml index 5883c00..335f20a 100644 --- a/.github/workflows/changelog-preview.yml +++ b/.github/workflows/changelog-preview.yml @@ -10,6 +10,7 @@ on: permissions: contents: write pull-requests: write + statuses: write jobs: changelog-preview: