From f9446dfd49573993bca82f935c56aff01be706c1 Mon Sep 17 00:00:00 2001 From: EduardGomezEscandell Date: Mon, 9 Oct 2023 12:22:37 +0200 Subject: [PATCH] Make automated PRs compliant --- .github/workflows/auto-updates.yaml | 6 +++--- .github/workflows/wiki-repo-sync.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-updates.yaml b/.github/workflows/auto-updates.yaml index fafb0bb51..a2a3b3703 100644 --- a/.github/workflows/auto-updates.yaml +++ b/.github/workflows/auto-updates.yaml @@ -55,7 +55,7 @@ jobs: uses: peter-evans/create-pull-request@v5 with: commit-message: Auto update po files - title: Auto update po files + title: 'docs(i18n): Auto update po files' labels: po, automated pr body: "[Auto-generated pull request](https://github.com/canonical/ubuntu-pro-for-windows/actions/workflows/auto-updates.yaml) by GitHub Action" branch: auto-updates/locales @@ -108,7 +108,7 @@ jobs: if: steps.check-readme.outputs.modified == 'true' with: commit-message: Auto update readme files - title: Auto update readme files + title: 'docs: Auto update readme files' labels: readme, automated pr body: "[Auto-generated pull request](https://github.com/canonical/ubuntu-pro-for-windows/actions/workflows/auto-updates.yaml) by GitHub Action" branch: auto-updates/readme-cli-ref @@ -158,7 +158,7 @@ jobs: if: steps.check-diff.outputs.modified == 'true' with: commit-message: Auto update internal dependencies - title: Auto update WSL-Pro-Service dependencies + title: 'deps(wsl-pro-service): Auto update WSL-Pro-Service dependencies' labels: automated pr body: "[Auto-generated pull request](https://github.com/canonical/ubuntu-pro-for-windows/actions/workflows/auto-updates.yaml) by GitHub Action" branch: auto-updates/update-internal-dependencies diff --git a/.github/workflows/wiki-repo-sync.yaml b/.github/workflows/wiki-repo-sync.yaml index d56a71d46..50c77dce3 100644 --- a/.github/workflows/wiki-repo-sync.yaml +++ b/.github/workflows/wiki-repo-sync.yaml @@ -7,7 +7,7 @@ on: paths: - "doc/**" gollum: - + env: doc_dir: "doc" @@ -38,7 +38,7 @@ jobs: git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git add . - git commit -m "Auto-update documentation triggered by Wiki changes" + git commit -m "docs: Auto-update documentation triggered by Wiki changes" git push repo-doc-to-wiki: