From 1770a85a97f5bc145c67c9f23dd26048bb38ad94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Wed, 1 Mar 2023 11:27:37 +0100 Subject: [PATCH 1/2] Fix l10n workflow token and title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- .github/workflows/generate_catalog_templates.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate_catalog_templates.yml b/.github/workflows/generate_catalog_templates.yml index 26ca1790b..71cffc6cf 100644 --- a/.github/workflows/generate_catalog_templates.yml +++ b/.github/workflows/generate_catalog_templates.yml @@ -20,8 +20,9 @@ jobs: - uses: peter-evans/create-pull-request@v4 id: cpr with: - commit-message: Updates catalog templates (POT files fetched automatically by transifex) - title: l10n + token: ${{ secrets.COMMAND_BOT_PAT }} + commit-message: "chore(l10n): Updates catalog templates (POT files fetched automatically by transifex)" + title: Updates catalog templates branch: update-l10n signoff: true - uses: pascalgn/automerge-action@v0.15.6 From d8de632c33d7f3ef8f03a079d2277d36695ac083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Wed, 1 Mar 2023 11:28:39 +0100 Subject: [PATCH 2/2] Fix indentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- .github/workflows/transifex.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/transifex.yml b/.github/workflows/transifex.yml index a6cdbfbeb..18d807f23 100644 --- a/.github/workflows/transifex.yml +++ b/.github/workflows/transifex.yml @@ -1,7 +1,8 @@ name: AutoMerge Transifex Pull Requests -on: pull_request - branches: - - '!update-l10n' +on: + pull_request: + branches: + - '!update-l10n' jobs: approve: