ci: fix names and PR body for i18n.yml

This commit is contained in:
Alexandre Aubin 2021-09-03 16:42:52 +02:00
parent 298908d15a
commit 9728fceb66

View file

@ -1,11 +1,11 @@
name: Check / autofix locales name: Autoreformat locale files
on: on:
push: push:
branches: branches:
- dev - dev
jobs: jobs:
i18n: i18n:
name: Check / auto apply black name: Autoreformat locale files
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -23,5 +23,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
title: "Reformat locale files" title: "Reformat locale files"
commit-message: ":robot: Reformat locale files" commit-message: ":robot: Reformat locale files"
body: |
Automatic pull request using the scripts in `test/`
base: ${{ github.head_ref }} base: ${{ github.head_ref }}
branch: actions/i18n branch: actions/i18nreformat