From 6b45572ea48151a365528c1deab5a5a764e531a8 Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Tue, 25 Nov 2025 23:41:37 +0200 Subject: [PATCH] formal: fix permissions Enable Luci-specific Weblate exclusions. Signed-off-by: George Sapkin --- .github/workflows/formal.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/formal.yml b/.github/workflows/formal.yml index 71e077126b..be61d0e110 100644 --- a/.github/workflows/formal.yml +++ b/.github/workflows/formal.yml @@ -5,8 +5,16 @@ on: permissions: contents: read + pull-requests: write jobs: formalities: name: Test Formalities uses: openwrt/actions-shared-workflows/.github/workflows/formal.yml@main + with: + exclude_weblate: true + # # Post formality check summaries to the PR. + # # Repo's permissions need to be updated for actions to modify PRs: + # # https://docs.github.com/en/rest/issues/comments?apiVersion=2022-11-28#create-an-issue-comment + # post_comment: true + # warn_on_no_modify: true