From b77552b86df96bc7e5ba352746425c96d9199f72 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Sun, 10 May 2026 16:24:07 +0300 Subject: ci: GitHub casing consistency in workflow PR titles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cosmetic only — fixes "Github" → "GitHub" in three places that were left behind by the rename cleanup in #1938 (which fixed only the lines it already touched, to keep scope tight). - submodules.yml update_sagitta job: commit-message + title - submodules.yml update_equuleus job: commit-message + title - update-translations.yml: commit-message + title These strings appear in the titles/messages of bot-created PRs only; no functional impact. 🤖 Generated by [robots](https://vyos.io) --- .github/workflows/submodules.yml | 8 ++++---- .github/workflows/update-translations.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/submodules.yml b/.github/workflows/submodules.yml index 16ba1ab5..7fb05651 100644 --- a/.github/workflows/submodules.yml +++ b/.github/workflows/submodules.yml @@ -65,8 +65,8 @@ jobs: uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PR_ACTION_DOCUMENTATION_SUBMODULE_UPDATE }} - commit-message: "Github: update sagitta branch" - title: "Github: update sagitta branch" + commit-message: "GitHub: update sagitta branch" + title: "GitHub: update sagitta branch" body: | Autoupdate vyos-1x submodule update releasenotes @@ -100,8 +100,8 @@ jobs: uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PR_ACTION_DOCUMENTATION_SUBMODULE_UPDATE }} - commit-message: "Github: update equuleus branch" - title: "Github: update equuleus branch" + commit-message: "GitHub: update equuleus branch" + title: "GitHub: update equuleus branch" body: | Autoupdate vyos-1x submodule update releasenotes diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index 4b0bafa1..16936935 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -53,8 +53,8 @@ jobs: uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PR_ACTION_DOCUMENTATION_SUBMODULE_UPDATE }} - commit-message: "Github: update translations" - title: "Github: update translations" + commit-message: "GitHub: update translations" + title: "GitHub: update translations" body: | Generate, upload new and download translation files branch: update-translations-rolling -- cgit v1.2.3