From 052a7d882181667cd70e1e09b240357574447433 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Thu, 28 Sep 2023 12:37:16 +0200 Subject: [PATCH] Update translation_statistics.yml --- .github/workflows/translation_statistics.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/translation_statistics.yml b/.github/workflows/translation_statistics.yml index 40bd7f0ed41..3d708cad305 100644 --- a/.github/workflows/translation_statistics.yml +++ b/.github/workflows/translation_statistics.yml @@ -8,16 +8,15 @@ on: workflow_dispatch: permissions: - contents: write - pull-requests: write - issues: write + contents: read jobs: ReportTranslationStats: permissions: contents: write # for stefanzweifel/git-auto-commit-action to push code in repo - pull-requests: write # for peter-evans/create-pull-request to create a PR + pull-requests: write # for peter-evans/enable-pull-request-automerge + issues: write # for peter-evans/enable-pull-request-automerge if: github.repository_owner == 'qgis' runs-on: ubuntu-latest