mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
ci: fix names and PR body for i18n.yml
This commit is contained in:
parent
298908d15a
commit
9728fceb66
1 changed files with 5 additions and 3 deletions
8
.github/workflows/i18n.yml
vendored
8
.github/workflows/i18n.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue