From 9728fceb66182a67938c49e04c147b425255f0fd Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 3 Sep 2021 16:42:52 +0200 Subject: [PATCH] ci: fix names and PR body for i18n.yml --- .github/workflows/i18n.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml index cda26429..1bbedb57 100644 --- a/.github/workflows/i18n.yml +++ b/.github/workflows/i18n.yml @@ -1,11 +1,11 @@ -name: Check / autofix locales +name: Autoreformat locale files on: push: branches: - dev jobs: i18n: - name: Check / auto apply black + name: Autoreformat locale files runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -23,5 +23,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} title: "Reformat locale files" commit-message: ":robot: Reformat locale files" + body: | + Automatic pull request using the scripts in `test/` base: ${{ github.head_ref }} - branch: actions/i18n + branch: actions/i18nreformat