From 2e4594499667653c3300eecbd4b16633f3a89efa Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Tue, 21 May 2024 18:57:02 +0200 Subject: [PATCH] Better naming for Crowdin workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let all GitHub Actions workflow definitions for Crowdin… - have a filename starting with `crowdin-…` - Have a name starting with `Crowdin » ` --- .github/workflows/crowdin-deploy-keys.yml | 2 +- ...pdate-translations.yml => crowdin-update-translations.yml} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{update-translations.yml => crowdin-update-translations.yml} (96%) diff --git a/.github/workflows/crowdin-deploy-keys.yml b/.github/workflows/crowdin-deploy-keys.yml index 9ad7432203..0f46d218fa 100644 --- a/.github/workflows/crowdin-deploy-keys.yml +++ b/.github/workflows/crowdin-deploy-keys.yml @@ -1,4 +1,4 @@ -name: Deploy Crowdin keys +name: Crowdin » Deploy keys on: push: diff --git a/.github/workflows/update-translations.yml b/.github/workflows/crowdin-update-translations.yml similarity index 96% rename from .github/workflows/update-translations.yml rename to .github/workflows/crowdin-update-translations.yml index 00325c33e3..615f211512 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/crowdin-update-translations.yml @@ -1,4 +1,4 @@ -name: Update translations +name: Crowdin » Update translations on: schedule: @@ -38,4 +38,4 @@ jobs: run: | if git commit -m "Automatically update translation keys"; then git push - fi \ No newline at end of file + fi