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] 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