From 8ab98eff035c7bb58f564ac4724af295f29c46cd Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Fri, 9 May 2025 23:21:32 +0200 Subject: [PATCH] [fix] missing pull-requests permission --- .github/workflows/l10n.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml index 9fa97c7f5..4220c5c65 100644 --- a/.github/workflows/l10n.yml +++ b/.github/workflows/l10n.yml @@ -77,6 +77,8 @@ jobs: permissions: # For "make V=1 weblate.translations.commit" contents: write + # For action "peter-evans/create-pull-request" + pull-requests: write steps: - name: Setup Python