From ee45cc34b551a0cf00393d8e96fc4adaa43f888c Mon Sep 17 00:00:00 2001 From: Schneems Date: Tue, 17 Dec 2024 15:13:45 -0600 Subject: [PATCH] Include language in PR title --- .github/workflows/rundoc-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rundoc-pr.yml b/.github/workflows/rundoc-pr.yml index 6df098a..7ab2f45 100644 --- a/.github/workflows/rundoc-pr.yml +++ b/.github/workflows/rundoc-pr.yml @@ -49,7 +49,7 @@ jobs: delete-branch: true base: main commit-message: Update tutorials - title: Update tutorials + title: Update ${{matrix.lang}} tutorial body: "generated by the [run-rundoc linux github action](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})" committer: ${{ vars.LINGUIST_GH_APP_USERNAME }} <${{ vars.LINGUIST_GH_APP_EMAIL }}> author: ${{ vars.LINGUIST_GH_APP_USERNAME }} <${{ vars.LINGUIST_GH_APP_EMAIL }}>