1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-14 18:14:29 +02:00

Automatically format YAML, CSS, and JS files (#1272)

Initially, I also formatted the templates in `theme/`, but this triggers
https://github.com/prettier/prettier/issues/11834. So I exclude them for
now.

---------

Co-authored-by: Ming-Ying Chung <mych@chromium.org>
This commit is contained in:
Martin Geisler
2023-10-02 07:48:00 +02:00
committed by GitHub
parent 4e768e2e36
commit 42541fc401
5 changed files with 52 additions and 47 deletions

67
.github/labeler.yml vendored
View File

@ -1,51 +1,50 @@
translation:
- po/**
- po/**
'translation/bn':
- po/bn.po
"translation/bn":
- po/bn.po
'translation/da':
- po/da.po
"translation/da":
- po/da.po
'translation/de':
- po/de.po
"translation/de":
- po/de.po
'translation/el':
- po/el.po
"translation/el":
- po/el.po
'translation/es':
- po/es.po
"translation/es":
- po/es.po
'translation/fr':
- po/fr.po
"translation/fr":
- po/fr.po
'translation/id':
- po/id.po
"translation/id":
- po/id.po
'translation/it':
- po/it.po
"translation/it":
- po/it.po
'translation/ja':
- po/ja.po
"translation/ja":
- po/ja.po
'translation/ko':
- po/ko.po
"translation/ko":
- po/ko.po
'translation/pt-BR':
- po/pt-BR.po
"translation/pt-BR":
- po/pt-BR.po
'translation/ru':
- po/ru.po
"translation/ru":
- po/ru.po
'translation/tr':
- po/tr.po
"translation/tr":
- po/tr.po
'translation/zh-CN':
- po/zh-CN.po
"translation/zh-CN":
- po/zh-CN.po
'translation/zh-TW':
- po/zh-TW.po
"translation/zh-TW":
- po/zh-TW.po
'translation/fa':
- po/fa.po
"translation/fa":
- po/fa.po

View File

@ -1,6 +1,6 @@
name: "Pull Request Labeler"
on:
- pull_request_target
- pull_request_target
jobs:
triage:
@ -9,6 +9,6 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
sync-labels: true
- uses: actions/labeler@v4
with:
sync-labels: true