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